Last Version

Validation Framework 1.0

Java Validation Framework (not a JSR-303 implementation). This framework allows to modify (correct) test values; supports validation of localized values; allows to convert values into and from text representation; formats error messages, depending on the context; supports metadata, which allows to check any entity types (not only Java Beans or POJOs) and more. Also this framework has long list of predefined validation components.

License

License

GroupId

GroupId

org.foxlabs
ArtifactId

ArtifactId

foxlabs-validation
Version

Version

1.0
Type

Type

jar
Description

Description

Validation Framework
Java Validation Framework (not a JSR-303 implementation). This framework allows to modify (correct) test values; supports validation of localized values; allows to convert values into and from text representation; formats error messages, depending on the context; supports metadata, which allows to check any entity types (not only Java Beans or POJOs) and more. Also this framework has long list of predefined validation components.
Project Organization

Project Organization

FoxLabs

Download foxlabs-validation 1.0


<!-- https://jarcasting.com/artifacts/org.foxlabs/foxlabs-validation/ -->
<dependency>
    <groupId>org.foxlabs</groupId>
    <artifactId>foxlabs-validation</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.foxlabs/foxlabs-validation/
implementation 'org.foxlabs:foxlabs-validation:1.0'
// https://jarcasting.com/artifacts/org.foxlabs/foxlabs-validation/
implementation ("org.foxlabs:foxlabs-validation:1.0")
'org.foxlabs:foxlabs-validation:jar:1.0'
<dependency org="org.foxlabs" name="foxlabs-validation" rev="1.0">
  <artifact name="foxlabs-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.foxlabs', module='foxlabs-validation', version='1.0')
)
libraryDependencies += "org.foxlabs" % "foxlabs-validation" % "1.0"
[org.foxlabs/foxlabs-validation "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.foxlabs : foxlabs-common jar 1.0

Project Modules

There are no modules declared in this project.