Last Version

Java Object Validator 1.0.0

Validate object structure and values by utilizing the java compiler for type checking

License

License

GroupId

GroupId

com.github.ingarabr
ArtifactId

ArtifactId

validation
Version

Version

1.0.0
Type

Type

jar
Description

Description

Java Object Validator
Validate object structure and values by utilizing the java compiler for type checking
Project URL

Project URL

https://github.com/ingarabr/java-object-validator
Source Code Management

Source Code Management

https://github.com/ingarabr/java-object-validator/tree/master

Download validation 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
cglib : cglib-nodep jar 3.2.4

test (2)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.