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

https://github.com/lukehb/137-collections

Some data structures I wrote because the JDK didn't have what I needed.
https://github.com/lukehb/137-collections

collections java primitives

Last synced: about 2 months ago
JSON representation

Some data structures I wrote because the JDK didn't have what I needed.

Awesome Lists containing this project

README

          

# 137-collections
Some data structures I wrote because the JDK didn't have what I needed.

Latest binary:
[ ![Download](https://api.bintray.com/packages/lukehb/137-collections/137-collections/images/download.svg) ](https://bintray.com/lukehb/137-collections/137-collections/_latestVersion)

To include using gradle:

```groovy
repositories {
maven{url 'https://dl.bintray.com/lukehb/137-collections'} //hosted on bintray
}

dependencies {
compile 'onethreeseven:collections:0.0.1'
}
```