Download ValueObjectBase-1.0.0-rc2.jar file - Jar v

Jar examples for v:ValueObjectBase

Description

Provides Value Object base that eliminates much of the verbose coding that goes into value object class definitions.

You can download jar file ValueObjectBase 1.0.0-rc2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ValueObjectBase-1.0.0-rc2.jar to your project.

<dependency>
   <groupId>org.force66</groupId>
   <artifactId>ValueObjectBase</artifactId>
   <version>1.0.0-rc2</version>
</dependency>
compile group: 'org.force66', name: 'ValueObjectBase', version: '1.0.0-rc2'
libraryDependencies += "org.force66" % "ValueObjectBase" % "1.0.0-rc2"
<dependency org="org.force66" name="ValueObjectBase" rev="1.0.0-rc2"/>
@Grapes(@Grab(group='org.force66', module='ValueObjectBase', version='1.0.0-rc2'))
'org.force66:ValueObjectBase:jar:1.0.0-rc2'

Download

Click the following link to download the jar file.

ValueObjectBase-1.0.0-rc2-javadoc.jar
ValueObjectBase-1.0.0-rc2-sources.jar
ValueObjectBase-1.0.0-rc2.jar
ValueObjectBase-1.0.0-rc2.pom



Related Tutorials