is not current version
Last Version 3.3.0

org.greenrobot:greendao-gradle-plugin 3.2.0

Gradle Plugin for greenDAO, the light and fast ORM for Android

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.greenrobot
ArtifactId

ArtifactId

greendao-gradle-plugin
Version

Version

3.2.0
Type

Type

jar

Download greendao-gradle-plugin 3.2.0


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