License |
License |
---|---|
GroupId | GroupIdcom.github.aytchell |
ArtifactId | ArtifactIdvalidator |
Version | Version2.2.1 |
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.2.1.pom | |
validator-2.2.1.jar | 60 KB |
validator-2.2.1-sources.jar | 36 KB |
validator-2.2.1-javadoc.jar | 530 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aytchell/validator/ -->
<dependency>
<groupId>com.github.aytchell</groupId>
<artifactId>validator</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aytchell/validator/
implementation 'com.github.aytchell:validator:2.2.1'
// https://jarcasting.com/artifacts/com.github.aytchell/validator/
implementation ("com.github.aytchell:validator:2.2.1")
'com.github.aytchell:validator:jar:2.2.1'
<dependency org="com.github.aytchell" name="validator" rev="2.2.1">
<artifact name="validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aytchell', module='validator', version='2.2.1')
)
libraryDependencies += "com.github.aytchell" % "validator" % "2.2.1"
[com.github.aytchell/validator "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |