License |
License |
---|---|
GroupId | GroupIdcom.github.naoghuman |
ArtifactId | ArtifactIdlib-validation |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionLib-Validation
`Lib-Validation` is a library for `easy` validating in a [JavaFX] & [Maven] application during the integration from [Bean Validation 2.0] (JSR 380).
Plz see for more informations: https://github.com/Naoghuman/lib-validation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lib-validation-0.2.0.pom | |
lib-validation-0.2.0.jar | 8 KB |
lib-validation-0.2.0-sources.jar | 11 KB |
lib-validation-0.2.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-validation/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-validation</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-validation/
implementation 'com.github.naoghuman:lib-validation:0.2.0'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-validation/
implementation ("com.github.naoghuman:lib-validation:0.2.0")
'com.github.naoghuman:lib-validation:jar:0.2.0'
<dependency org="com.github.naoghuman" name="lib-validation" rev="0.2.0">
<artifact name="lib-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-validation', version='0.2.0')
)
libraryDependencies += "com.github.naoghuman" % "lib-validation" % "0.2.0"
[com.github.naoghuman/lib-validation "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.validator : hibernate-validator | jar | 6.0.7.Final |
org.hibernate.validator : hibernate-validator-annotation-processor | jar | 6.0.7.Final |
javax.el : javax.el-api | jar | 3.0.0 |
org.glassfish.web : javax.el | jar | 2.2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |