Download ferris-constraint-0.0.1.jar file - Jar f

Jar examples for f:ferris-constraint

Description

The purpose of this project is to provide a simple set of classes which can be used to check an object against common constraints. For example, an object is required to be not null.

You can download jar file ferris-constraint 0.0.1 in this page.

Build File

You can use the following script to add ferris-constraint-0.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

ferris-constraint-0.0.1.jar
ferris-constraint-0.0.1.pom



Related Tutorials