License |
License |
---|---|
GroupId | GroupIdorg.foxlabs |
ArtifactId | ArtifactIdfoxlabs-validation |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionValidation 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 |
Filename | Size |
---|---|
foxlabs-validation-1.0.pom | |
foxlabs-validation-1.0.jar | 325 KB |
foxlabs-validation-1.0-sources.jar | 289 KB |
foxlabs-validation-1.0-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.foxlabs : foxlabs-common | jar | 1.0 |