is not current version
Last Version 3.3.0

org.greenrobot:greendao 2.2.1

greenDAO is a light and fast ORM for Android

GroupId

GroupId

org.greenrobot
ArtifactId

ArtifactId

greendao
Version

Version

2.2.1
Type

Type

jar

Download greendao 2.2.1


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