Skip to content

Commit

Permalink
Fix aNNiMON#1. Maven dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aNNiMON committed Apr 25, 2015
1 parent e20470a commit b590621
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ Includes:
+ `Optional` class;
+ `Objects` from Java 7.

### Download

Download [latest release](https://github.com/aNNiMON/Lightweight-Stream-API/releases) or grab via Maven:
```xml
<dependency>
<groupId>com.annimon</groupId>
<artifactId>stream</artifactId>
<version>1.0.1</version>
</dependency>`
```

Also included version for **Java ME**. Checkout [javame branch](https://github.com/aNNiMON/Lightweight-Stream-API/tree/javame).

For use lambda expressions in Java 6, Java 7 or Android, take look at [Retrolambda](https://github.com/orfjackal/retrolambda) repository.

0 comments on commit b590621

Please sign in to comment.