Download ormlite-jdbc-5.0.jar file - Jar o

Jar examples for o:ormlite-jdbc

Description

Lightweight Object Relational Model (ORM) Android classes

You can download jar file ormlite-jdbc 5.0 in this page.

License

ISC License

Build File

You can use the following script to add ormlite-jdbc-5.0.jar to your project.

<dependency>
   <groupId>com.j256.ormlite</groupId>
   <artifactId>ormlite-jdbc</artifactId>
   <version>5.0</version>
</dependency>
compile group: 'com.j256.ormlite', name: 'ormlite-jdbc', version: '5.0'
libraryDependencies += "com.j256.ormlite" % "ormlite-jdbc" % "5.0"
<dependency org="com.j256.ormlite" name="ormlite-jdbc" rev="5.0"/>
@Grapes(@Grab(group='com.j256.ormlite', module='ormlite-jdbc', version='5.0'))
'com.j256.ormlite:ormlite-jdbc:jar:5.0'

Download

Click the following link to download the jar file.

ormlite-jdbc-5.0-javadoc.jar
ormlite-jdbc-5.0-sources.jar
ormlite-jdbc-5.0-test-sources.jar
ormlite-jdbc-5.0-tests.jar
ormlite-jdbc-5.0.jar
ormlite-jdbc-5.0.pom



Related Tutorials