is not current version
Last Version 3.3.0

org.greenrobot:greendao-api 3.1.1

greenDAO is a light and fast ORM for Android

GroupId

GroupId

org.greenrobot
ArtifactId

ArtifactId

greendao-api
Version

Version

3.1.1
Type

Type

jar

Download greendao-api 3.1.1


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