Download greendao-api-3.1.0.jar file - Jar g

Jar examples for g:greendao-api

Description

greenDAO is a light and fast ORM for Android

You can download jar file greendao-api 3.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add greendao-api-3.1.0.jar to your project.

<dependency>
   <groupId>org.greenrobot</groupId>
   <artifactId>greendao-api</artifactId>
   <version>3.1.0</version>
</dependency>
compile group: 'org.greenrobot', name: 'greendao-api', version: '3.1.0'
libraryDependencies += "org.greenrobot" % "greendao-api" % "3.1.0"
<dependency org="org.greenrobot" name="greendao-api" rev="3.1.0"/>
@Grapes(@Grab(group='org.greenrobot', module='greendao-api', version='3.1.0'))
'org.greenrobot:greendao-api:jar:3.1.0'

Download

Click the following link to download the jar file.

greendao-api-3.1.0-javadoc.jar
greendao-api-3.1.0-sources.jar
greendao-api-3.1.0.jar
greendao-api-3.1.0.pom



Related Tutorials