| License |
License |
|---|---|
| GroupId | GroupIdcom.github.shihyuho |
| ArtifactId | ArtifactIdjsr303-validator |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjsr303-validator
A collection of validators for java bean validation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsr303-validator-1.0.0.pom | |
| jsr303-validator-1.0.0.jar | 10 KB |
| jsr303-validator-1.0.0-sources.jar | 5 KB |
| jsr303-validator-1.0.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.shihyuho/jsr303-validator/ -->
<dependency>
<groupId>com.github.shihyuho</groupId>
<artifactId>jsr303-validator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shihyuho/jsr303-validator/
implementation 'com.github.shihyuho:jsr303-validator:1.0.0'
// https://jarcasting.com/artifacts/com.github.shihyuho/jsr303-validator/
implementation ("com.github.shihyuho:jsr303-validator:1.0.0")
'com.github.shihyuho:jsr303-validator:jar:1.0.0'
<dependency org="com.github.shihyuho" name="jsr303-validator" rev="1.0.0">
<artifact name="jsr303-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shihyuho', module='jsr303-validator', version='1.0.0')
)
libraryDependencies += "com.github.shihyuho" % "jsr303-validator" % "1.0.0"
[com.github.shihyuho/jsr303-validator "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.validation : validation-api | jar | |
| javax.el : javax.el-api | jar | |
| org.apache.commons : commons-jexl3 | jar | 3.1 |
| org.springframework : spring-context | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-validator | jar | |
| org.glassfish.web : javax.el | jar | 2.2.4 |
| junit : junit | jar |