Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed Feb 1, 2016
1 parent 28b2c27 commit 71c4ac2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cyclops-javaslang/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,12 @@ Example configuration for Memoization with a Guava cache with TTL of 10 minutes
assertThat(s.apply(1,1),equalTo(3));
```

## Attribution

cyclops-javaslang extends and modifies Javaslang. Javaslang in licensed under the [Apache 2.0 license](https://github.com/javaslang/javaslang/blob/master/LICENSE)

## Get cyclops-javaslang


* [![Maven Central : cyclops-for-comprehensions](https://maven-badges.herokuapp.com/maven-central/com.aol.cyclops/cyclops-javaslang/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.cyclops/cyclops-javaslang)
* [Javadoc for Cyclops Javaslang](http://www.javadoc.io/doc/com.aol.cyclops/cyclops-javaslang/6.1.0)
* [Javadoc for Cyclops Javaslang](http://www.javadoc.io/doc/com.aol.cyclops/cyclops-javaslang/)

0 comments on commit 71c4ac2

Please sign in to comment.