2017 © Pedro Peláez
 

library frame

image

zbh931124/frame

  • Friday, June 1, 2018
  • by zbh931124
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

How to To get a Git project into your build:, (*1)

Step 1. Add the JitPack repository to your build file, (*2)

gradle maven sbt leiningen Add it in your root build.gradle at the end of repositories:, (*3)

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency, (*4)

dependencies {
        implementation 'com.github.zbh931124:Frame:d10e0b9d0e'
}

The Versions

01/06 2018

dev-master

9999999-dev

  Sources   Download