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

org.greenrobot:greendao 3.2.2

greenDAO is a light and fast ORM for Android

Группа

Группа

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

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

greendao
Версия

Версия

3.2.2
Тип

Тип

jar

Скачать greendao 3.2.2


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