Download fn-1.2.2.jar file - Jar f

Jar examples for f:fn

Description

Fn is a lazy Java Library that helps utilize some rudimentary functional concepts with more nounular objects

You can download jar file fn 1.2.2 in this page.

License

MIT License

Build File

You can use the following script to add fn-1.2.2.jar to your project.

<dependency>
   <groupId>com.iodesystems</groupId>
   <artifactId>fn</artifactId>
   <version>1.2.2</version>
</dependency>
compile group: 'com.iodesystems', name: 'fn', version: '1.2.2'
libraryDependencies += "com.iodesystems" % "fn" % "1.2.2"
<dependency org="com.iodesystems" name="fn" rev="1.2.2"/>
@Grapes(@Grab(group='com.iodesystems', module='fn', version='1.2.2'))
'com.iodesystems:fn:jar:1.2.2'

Download

Click the following link to download the jar file.

fn-1.2.2-javadoc.jar
fn-1.2.2-sources.jar
fn-1.2.2.jar
fn-1.2.2.pom



Related Tutorials