is not current version
Last Version 0.2.0

com.github.naoghuman:lib-validation 0.1.0

`Lib-Validation` is a library for `easy` validating in a [JavaFX] & [Maven] desktop application. Plz see for more informations: https://github.com/Naoghuman/lib-validation

GroupId

GroupId

com.github.naoghuman
ArtifactId

ArtifactId

lib-validation
Version

Version

0.1.0
Type

Type

jar

Download lib-validation 0.1.0


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