https://github.com/only-icesoul/jjutils
create app faster with this utils
https://github.com/only-icesoul/jjutils
Last synced: 3 months ago
JSON representation
create app faster with this utils
- Host: GitHub
- URL: https://github.com/only-icesoul/jjutils
- Owner: Only-IceSoul
- License: apache-2.0
- Created: 2020-01-11T12:25:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T18:15:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T21:11:56.485Z (5 months ago)
- Language: Kotlin
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JJUtils
create app faster with this utils## Usage
1.-Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
2.- Add the dependency
```
dependencies {
implementation 'com.github.Only-IceSoul:JJUtils:1.9.0'
}
```# LICENSE
**Apache 2.0**