| License |
License |
|---|---|
| GroupId | GroupIdme.geso |
| ArtifactId | ArtifactIdtinyvalidator |
| Version | Version0.9.1 |
| Type | Typejar |
| Description |
Descriptiontinyvalidator
Tiny validator library for Java 8
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tinyvalidator-0.9.1.pom | |
| tinyvalidator-0.9.1.jar | 26 KB |
| tinyvalidator-0.9.1-sources.jar | 13 KB |
| tinyvalidator-0.9.1-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.geso/tinyvalidator/ -->
<dependency>
<groupId>me.geso</groupId>
<artifactId>tinyvalidator</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.geso/tinyvalidator/
implementation 'me.geso:tinyvalidator:0.9.1'
// https://jarcasting.com/artifacts/me.geso/tinyvalidator/
implementation ("me.geso:tinyvalidator:0.9.1")
'me.geso:tinyvalidator:jar:0.9.1'
<dependency org="me.geso" name="tinyvalidator" rev="0.9.1">
<artifact name="tinyvalidator" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.geso', module='tinyvalidator', version='0.9.1')
)
libraryDependencies += "me.geso" % "tinyvalidator" % "0.9.1"
[me.geso/tinyvalidator "0.9.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.6 |
| commons-validator : commons-validator | jar | 1.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.14.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.slf4j : slf4j-simple | jar | 1.7.7 |