is not current version
Last Version 0.1.3

fr.myprysm.vertx:vertx-validation 0.1.2

Validation micro-framework for Vert.x Json API. Broadly use combinator pattern and suppliers to provide a fluent and readable validation for any kind of primitive type, enums, JsonObject and JsonArray

GroupId

GroupId

fr.myprysm.vertx
ArtifactId

ArtifactId

vertx-validation
Version

Version

0.1.2
Type

Type

jar

Download vertx-validation 0.1.2


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