Download ormlite-android-4.41.jar file - Jar o

Jar examples for o:ormlite-android

Description

Lightweight Object Relational Model (ORM) Android classes

You can download jar file ormlite-android 4.41 in this page.

License

BSD License

Build File

You can use the following script to add ormlite-android-4.41.jar to your project.

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

Download

Click the following link to download the jar file.

ormlite-android-4.41-javadoc.jar
ormlite-android-4.41-sources.jar
ormlite-android-4.41-test-sources.jar
ormlite-android-4.41-tests.jar
ormlite-android-4.41.jar
ormlite-android-4.41.pom



Related Tutorials