Download ferris-lang-0.0.3.jar file - Jar f

Jar examples for f:ferris-lang

Description

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

You can download jar file ferris-lang 0.0.3 in this page.

Build File

You can use the following script to add ferris-lang-0.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

ferris-lang-0.0.3.jar
ferris-lang-0.0.3.pom



Related Tutorials