Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdorg.greenrobot |
ArtifactId | ArtifactIdgreendao-gradle-plugin |
Version | Version3.0.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
greendao-gradle-plugin-3.0.0-beta2.pom | |
greendao-gradle-plugin-3.0.0-beta2.jar | 51 KB |
greendao-gradle-plugin-3.0.0-beta2-sources.jar | 368 bytes |
greendao-gradle-plugin-3.0.0-beta2-javadoc.jar | 368 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.greenrobot/greendao-gradle-plugin/ -->
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>greendao-gradle-plugin</artifactId>
<version>3.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.greenrobot/greendao-gradle-plugin/
implementation 'org.greenrobot:greendao-gradle-plugin:3.0.0-beta2'
// https://jarcasting.com/artifacts/org.greenrobot/greendao-gradle-plugin/
implementation ("org.greenrobot:greendao-gradle-plugin:3.0.0-beta2")
'org.greenrobot:greendao-gradle-plugin:jar:3.0.0-beta2'
<dependency org="org.greenrobot" name="greendao-gradle-plugin" rev="3.0.0-beta2">
<artifact name="greendao-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greenrobot', module='greendao-gradle-plugin', version='3.0.0-beta2')
)
libraryDependencies += "org.greenrobot" % "greendao-gradle-plugin" % "3.0.0-beta2"
[org.greenrobot/greendao-gradle-plugin "3.0.0-beta2"]