zbh931124/frame

There is no license information available for the latest version (dev-master) of this package.

dev-master 2018-06-01 12:38 UTC

This package is not auto-updated.

Last update: 2024-09-29 06:14:18 UTC


README

How to To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

gradle maven sbt leiningen Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

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