License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.mvallim |
ArtifactId | ArtifactIdjava-fluent-validator |
Last Version | Last Version1.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava-fluent-validator
A Java validation framework leveraging fluent interface style.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.mvallim/java-fluent-validator/ -->
<dependency>
<groupId>com.github.mvallim</groupId>
<artifactId>java-fluent-validator</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvallim/java-fluent-validator/
implementation 'com.github.mvallim:java-fluent-validator:1.10.0'
// https://jarcasting.com/artifacts/com.github.mvallim/java-fluent-validator/
implementation ("com.github.mvallim:java-fluent-validator:1.10.0")
'com.github.mvallim:java-fluent-validator:jar:1.10.0'
<dependency org="com.github.mvallim" name="java-fluent-validator" rev="1.10.0">
<artifact name="java-fluent-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mvallim', module='java-fluent-validator', version='1.10.0')
)
libraryDependencies += "com.github.mvallim" % "java-fluent-validator" % "1.10.0"
[com.github.mvallim/java-fluent-validator "1.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.9.6 |
org.aspectj : aspectjweaver | jar | 1.9.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.19 |
org.springframework : spring-context | jar | 5.1.2.RELEASE |
org.springframework : spring-test | jar | 5.1.2.RELEASE |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.assertj : assertj-core | jar | 3.11.1 |