Ferris 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.

License

License

GroupId

GroupId

org.ferris
ArtifactId

ArtifactId

ferris-constraint
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Ferris 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

Ferris

Download ferris-constraint

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1