is not current version
Last Version 1.0.2

com.gitlab.jhonsapp:validators 1.0.0

A set of validators for the person, credit card and address domain.

GroupId

GroupId

com.gitlab.jhonsapp
ArtifactId

ArtifactId

validators
Version

Version

1.0.0
Type

Type

jar

Download validators 1.0.0


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