Download greendao-2.0.0.jar file - Jar g

Jar examples for g:greendao

Description

Forked library from the original greendao from greenrobot

You can download jar file greendao 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

greendao-2.0.0-javadoc.jar
greendao-2.0.0-sources.jar
greendao-2.0.0.jar
greendao-2.0.0.pom



Related Tutorials