An open API service indexing awesome lists of open source software.

https://github.com/rightpoint/coreutils


https://github.com/rightpoint/coreutils

Last synced: about 1 year ago
JSON representation

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'
}
```