Download functional-collections-0.0.12.jar file - Jar f

Jar examples for f:functional-collections

Description

FCollections is a series of function style Java Collections

You can download jar file functional-collections 0.0.12 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add functional-collections-0.0.12.jar to your project.

<dependency>
   <groupId>com.github.kristiankime</groupId>
   <artifactId>functional-collections</artifactId>
   <version>0.0.12</version>
</dependency>
compile group: 'com.github.kristiankime', name: 'functional-collections', version: '0.0.12'
libraryDependencies += "com.github.kristiankime" % "functional-collections" % "0.0.12"
<dependency org="com.github.kristiankime" name="functional-collections" rev="0.0.12"/>
@Grapes(@Grab(group='com.github.kristiankime', module='functional-collections', version='0.0.12'))
'com.github.kristiankime:functional-collections:jar:0.0.12'

Download

Click the following link to download the jar file.

functional-collections-0.0.12-javadoc.jar
functional-collections-0.0.12-sources.jar
functional-collections-0.0.12.jar
functional-collections-0.0.12.pom



Related Tutorials