| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository for testing build from jitpack.io
This Is Latest Release
~ Beta Release $version_release = comming-soon
What's New??
* Comming Soon *
// Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
// Add it in your root build.gradle.kts at the end of repositories:
allprojects {
repositories {
...
maven { url = uri("https://jitpack.io") }
}
}dependencies {
// library [project-name]
implementation 'com.github.frogobox:[project-name]:comming-soon'
}
dependencies {
// library [project-name]
implementation("com.github.frogobox:[project-name]:comming-soon")
}
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
Name Of Contribute
Waiting for your contribute
| Back | FazBrowse Home | New Git URL |