is not current version
Last Version 0.0.4

com.github.onskola:validations 0.0.2

Springboot library for validations

GroupId

GroupId

com.github.onskola
ArtifactId

ArtifactId

validations
Version

Version

0.0.2
Type

Type

jar

Download validations 0.0.2


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