Download ferris-util-0.0.2.jar file - Jar f

Jar examples for f:ferris-util

Description

This project contains simple utilities which I found I've needed over the years but do not exist in Jakarta Commons.

You can download jar file ferris-util 0.0.2 in this page.

Build File

You can use the following script to add ferris-util-0.0.2.jar to your project.

<dependency>
   <groupId>org.ferris</groupId>
   <artifactId>ferris-util</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'org.ferris', name: 'ferris-util', version: '0.0.2'
libraryDependencies += "org.ferris" % "ferris-util" % "0.0.2"
<dependency org="org.ferris" name="ferris-util" rev="0.0.2"/>
@Grapes(@Grab(group='org.ferris', module='ferris-util', version='0.0.2'))
'org.ferris:ferris-util:jar:0.0.2'

Download

Click the following link to download the jar file.

ferris-util-0.0.2.jar
ferris-util-0.0.2.pom



Related Tutorials