Download fluent-validator-1.0.0.jar file - Jar f

Jar examples for f:fluent-validator

Description

A simple Java validation framework leveraging fluent interface style and JSR 303 specification

You can download jar file fluent-validator 1.0.0 in this page.

Build File

You can use the following script to add fluent-validator-1.0.0.jar to your project.

<dependency>
   <groupId>com.baidu.unbiz</groupId>
   <artifactId>fluent-validator</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.baidu.unbiz', name: 'fluent-validator', version: '1.0.0'
libraryDependencies += "com.baidu.unbiz" % "fluent-validator" % "1.0.0"
<dependency org="com.baidu.unbiz" name="fluent-validator" rev="1.0.0"/>
@Grapes(@Grab(group='com.baidu.unbiz', module='fluent-validator', version='1.0.0'))
'com.baidu.unbiz:fluent-validator:jar:1.0.0'

Download

Click the following link to download the jar file.

fluent-validator-1.0.0-javadoc.jar
fluent-validator-1.0.0-sources.jar
fluent-validator-1.0.0.jar
fluent-validator-1.0.0.pom



Related Tutorials