Download rosetta-1.2.11.jar file - Jar r

Jar examples for r:rosetta

Description

Rosetta is a Java library that leverages Jackson to take the pain out of mapping objects to/from the DB, designed to integrate seamlessly with jDBI.

You can download jar file rosetta 1.2.11 in this page.

License

BSD License

Build File

You can use the following script to add rosetta-1.2.11.jar to your project.

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

Download

Click the following link to download the jar file.

rosetta-1.2.11-javadoc.jar
rosetta-1.2.11-sources.jar
rosetta-1.2.11.jar
rosetta-1.2.11.pom



Related Tutorials