License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.instantpudd |
ArtifactId | ArtifactIdspring-web-validator |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionSpring Web Validator
Convenience methods for concise server-side http validation for projects using Spring Web
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.instantpudd/spring-web-validator/ -->
<dependency>
<groupId>com.github.instantpudd</groupId>
<artifactId>spring-web-validator</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.instantpudd/spring-web-validator/
implementation 'com.github.instantpudd:spring-web-validator:0.0.1'
// https://jarcasting.com/artifacts/com.github.instantpudd/spring-web-validator/
implementation ("com.github.instantpudd:spring-web-validator:0.0.1")
'com.github.instantpudd:spring-web-validator:jar:0.0.1'
<dependency org="com.github.instantpudd" name="spring-web-validator" rev="0.0.1">
<artifact name="spring-web-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.instantpudd', module='spring-web-validator', version='0.0.1')
)
libraryDependencies += "com.github.instantpudd" % "spring-web-validator" % "0.0.1"
[com.github.instantpudd/spring-web-validator "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 4.3.10.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |