is not current version
Last Version 3.3.0

org.greenrobot:greendao 3.1.0

greenDAO is a light and fast ORM for Android

GroupId

GroupId

org.greenrobot
ArtifactId

ArtifactId

greendao
Version

Version

3.1.0
Type

Type

jar

Download greendao 3.1.0


<!-- https://jarcasting.com/artifacts/org.greenrobot/greendao/ -->
<dependency>
    <groupId>org.greenrobot</groupId>
    <artifactId>greendao</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.greenrobot/greendao/
implementation 'org.greenrobot:greendao:3.1.0'
// https://jarcasting.com/artifacts/org.greenrobot/greendao/
implementation ("org.greenrobot:greendao:3.1.0")
'org.greenrobot:greendao:jar:3.1.0'
<dependency org="org.greenrobot" name="greendao" rev="3.1.0">
  <artifact name="greendao" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greenrobot', module='greendao', version='3.1.0')
)
libraryDependencies += "org.greenrobot" % "greendao" % "3.1.0"
[org.greenrobot/greendao "3.1.0"]