Download rave-2.0.0.jar file - Jar r

Jar examples for r:rave

Description

A data model validation framework that uses java annotation processing

You can download jar file rave 2.0.0 in this page.

License

MIT License

Build File

You can use the following script to add rave-2.0.0.jar to your project.

<dependency>
   <groupId>com.uber</groupId>
   <artifactId>rave</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.uber', name: 'rave', version: '2.0.0'
libraryDependencies += "com.uber" % "rave" % "2.0.0"
<dependency org="com.uber" name="rave" rev="2.0.0"/>
@Grapes(@Grab(group='com.uber', module='rave', version='2.0.0'))
'com.uber:rave:jar:2.0.0'

Download

Click the following link to download the jar file.

rave-2.0.0-javadoc.jar
rave-2.0.0-sources.jar
rave-2.0.0.jar
rave-2.0.0.pom



Related Tutorials