GroupId | GroupIdorg.greenrobot |
---|---|
ArtifactId | ArtifactIdgreendao-api |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
greendao-api-3.2.0.pom | |
greendao-api-3.2.0.jar | 9 KB |
greendao-api-3.2.0-sources.jar | 12 KB |
greendao-api-3.2.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.greenrobot/greendao-api/ -->
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>greendao-api</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.greenrobot/greendao-api/
implementation 'org.greenrobot:greendao-api:3.2.0'
// https://jarcasting.com/artifacts/org.greenrobot/greendao-api/
implementation ("org.greenrobot:greendao-api:3.2.0")
'org.greenrobot:greendao-api:jar:3.2.0'
<dependency org="org.greenrobot" name="greendao-api" rev="3.2.0">
<artifact name="greendao-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greenrobot', module='greendao-api', version='3.2.0')
)
libraryDependencies += "org.greenrobot" % "greendao-api" % "3.2.0"
[org.greenrobot/greendao-api "3.2.0"]