не последняя версия
Последняя версия 3.3.0

org.greenrobot:greendao-api 3.1.1

greenDAO is a light and fast ORM for Android

Группа

Группа

org.greenrobot
Идентификатор

Идентификатор

greendao-api
Версия

Версия

3.1.1
Тип

Тип

jar

Скачать 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"]