Download greendao-3.0.0-beta.jar file - Jar g

Jar examples for g:greendao

Description

Forked library from the original greendao from greenrobot

You can download jar file greendao 3.0.0-beta in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

greendao-3.0.0-beta-javadoc.jar
greendao-3.0.0-beta-sources.jar
greendao-3.0.0-beta.jar
greendao-3.0.0-beta.pom



Related Tutorials