Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salimkayabasi/gollum
yet another android util lib
https://github.com/salimkayabasi/gollum
Last synced: 7 days ago
JSON representation
yet another android util lib
- Host: GitHub
- URL: https://github.com/salimkayabasi/gollum
- Owner: salimkayabasi
- Created: 2015-07-09T21:51:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:23:28.000Z (over 2 years ago)
- Last Synced: 2024-04-10T13:58:48.421Z (7 months ago)
- Language: Java
- Homepage:
- Size: 136 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![gollum](art/gollum.jpg)
![JitPack](https://img.shields.io/github/tag/celepharn/gollum.svg?label=JitPack)
#gollum
yet another android util lib who is living around ugly sides of android world##How to use
Add the JitPack repository to your build file
```css
repositories {
maven {
url "https://jitpack.io"
}
}
```Add the dependency in the form
```css
repositories {
dependencies {
compile 'com.github.celepharn:gollum:VERSION'
}
}// check out jitpack badge for gollum current version
```