Download ormlite-content-provider-library-1.0.3.jar file - Jar o

Jar examples for o:ormlite-content-provider-library

Description

This is a library that easy to make using ContentProvider with OrmLite.

You can download jar file ormlite-content-provider-library 1.0.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add ormlite-content-provider-library-1.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

ormlite-content-provider-library-1.0.3-javadoc.jar
ormlite-content-provider-library-1.0.3-sources.jar
ormlite-content-provider-library-1.0.3.jar
ormlite-content-provider-library-1.0.3.pom



Related Tutorials