| License | License | 
|---|---|
| GroupId | GroupIdorg.ferris | 
| ArtifactId | ArtifactIdferris-constraint | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionFerris Constraint 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. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| ferris-constraint-0.0.1.pom | |
| ferris-constraint-0.0.1.jar | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.ferris/ferris-constraint/ -->
<dependency>
    <groupId>org.ferris</groupId>
    <artifactId>ferris-constraint</artifactId>
    <version>0.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.ferris/ferris-constraint/
implementation 'org.ferris:ferris-constraint:0.0.1'// https://jarcasting.com/artifacts/org.ferris/ferris-constraint/
implementation ("org.ferris:ferris-constraint:0.0.1")'org.ferris:ferris-constraint:jar:0.0.1'<dependency org="org.ferris" name="ferris-constraint" rev="0.0.1">
  <artifact name="ferris-constraint" type="jar" />
</dependency>@Grapes(
@Grab(group='org.ferris', module='ferris-constraint', version='0.0.1')
)libraryDependencies += "org.ferris" % "ferris-constraint" % "0.0.1"[org.ferris/ferris-constraint "0.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| log4j : log4j | jar | 1.2.13 | 
| org.ferris : ferris-assemblies | jar | 0.0.2 | 
| org.ferris : ferris-resources | jar | 0.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.5 |