https://github.com/rightpoint/coreutils
https://github.com/rightpoint/coreutils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rightpoint/coreutils
- Owner: Rightpoint
- Created: 2015-03-26T15:02:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T23:02:57.000Z (about 8 years ago)
- Last Synced: 2025-03-22T11:43:40.854Z (over 1 year ago)
- Language: Java
- Size: 195 KB
- Stars: 12
- Watchers: 20
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoreUtils
This library contains a hodgepodge of small utilities and helpers that we find useful across our projects and libraries.
## Including in your project
### Gradle
By standard Gradle use:
```
dependencies {
compile 'com.raizlabs:CoreUtils:1.1.7'
}
```