| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.greenrobot |
| Идентификатор | Идентификаторgreendao |
| Версия | Версия3.3.0 |
| Тип | Типjar |
| Описание |
ОписаниеgreenDAO
greenDAO is a light and fast ORM for Android
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| greendao-3.3.0.pom | |
| greendao-3.3.0.jar | 137 KB |
| greendao-3.3.0-sources.jar | 84 KB |
| greendao-3.3.0-javadoc.jar | 717 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.greenrobot/greendao/ -->
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>greendao</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.greenrobot/greendao/
implementation 'org.greenrobot:greendao:3.3.0'
// https://jarcasting.com/artifacts/org.greenrobot/greendao/
implementation ("org.greenrobot:greendao:3.3.0")
'org.greenrobot:greendao:jar:3.3.0'
<dependency org="org.greenrobot" name="greendao" rev="3.3.0">
<artifact name="greendao" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greenrobot', module='greendao', version='3.3.0')
)
libraryDependencies += "org.greenrobot" % "greendao" % "3.3.0"
[org.greenrobot/greendao "3.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.greenrobot : greendao-api | jar | 3.3.0 |