Download fluent-1.1.jar file - Jar f

Jar examples for f:fluent

Description

Java 8 common library for fluent coding

You can download jar file fluent 1.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add fluent-1.1.jar to your project.

<dependency>
   <groupId>net.code-story</groupId>
   <artifactId>fluent</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'net.code-story', name: 'fluent', version: '1.1'
libraryDependencies += "net.code-story" % "fluent" % "1.1"
<dependency org="net.code-story" name="fluent" rev="1.1"/>
@Grapes(@Grab(group='net.code-story', module='fluent', version='1.1'))
'net.code-story:fluent:jar:1.1'

Download

Click the following link to download the jar file.

fluent-1.1-javadoc.jar
fluent-1.1-sources.jar
fluent-1.1.jar
fluent-1.1.pom



Related Tutorials