| License |
License |
|---|---|
| GroupId | GroupIdcom.github.uzrnem |
| ArtifactId | ArtifactIdvalidate |
| Version | Version1.0.5 |
| Type | Typejar |
| Description |
DescriptionValidation Library
This is library for validation in Java 8. we want to keep it as lightweight as possible.
|
| Filename | Size |
|---|---|
| validate-1.0.5.pom | |
| validate-1.0.5.jar | 7 KB |
| validate-1.0.5-sources.jar | 5 KB |
| validate-1.0.5-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.uzrnem/validate/ -->
<dependency>
<groupId>com.github.uzrnem</groupId>
<artifactId>validate</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.uzrnem/validate/
implementation 'com.github.uzrnem:validate:1.0.5'
// https://jarcasting.com/artifacts/com.github.uzrnem/validate/
implementation ("com.github.uzrnem:validate:1.0.5")
'com.github.uzrnem:validate:jar:1.0.5'
<dependency org="com.github.uzrnem" name="validate" rev="1.0.5">
<artifact name="validate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uzrnem', module='validate', version='1.0.5')
)
libraryDependencies += "com.github.uzrnem" % "validate" % "1.0.5"
[com.github.uzrnem/validate "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |