Download fluent-validator-1.0.3.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.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials