| License |
License |
|---|---|
| GroupId | GroupIdcom.github.aytchell |
| ArtifactId | ArtifactIdvalidator |
| Last Version | Last Version2.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionInput validator
This package contains a class Validator which is quite handy when
validating user input e.g. in REST service.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| validator-2.5.0.pom | |
| validator-2.5.0.jar | 60 KB |
| validator-2.5.0-sources.jar | 36 KB |
| validator-2.5.0-javadoc.jar | 530 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aytchell/validator/ -->
<dependency>
<groupId>com.github.aytchell</groupId>
<artifactId>validator</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aytchell/validator/
implementation 'com.github.aytchell:validator:2.5.0'
// https://jarcasting.com/artifacts/com.github.aytchell/validator/
implementation ("com.github.aytchell:validator:2.5.0")
'com.github.aytchell:validator:jar:2.5.0'
<dependency org="com.github.aytchell" name="validator" rev="2.5.0">
<artifact name="validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aytchell', module='validator', version='2.5.0')
)
libraryDependencies += "com.github.aytchell" % "validator" % "2.5.0"
[com.github.aytchell/validator "2.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar |