GroupId | GroupIdorg.greenrobot |
---|---|
ArtifactId | ArtifactIdgreendao-api |
Version | Version3.2.2 |
Type | Typejar |
Filename | Size |
---|---|
greendao-api-3.2.2.pom | |
greendao-api-3.2.2.jar | 9 KB |
greendao-api-3.2.2-sources.jar | 12 KB |
greendao-api-3.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.greenrobot/greendao-api/
implementation 'org.greenrobot:greendao-api:3.2.2'
// https://jarcasting.com/artifacts/org.greenrobot/greendao-api/
implementation ("org.greenrobot:greendao-api:3.2.2")
'org.greenrobot:greendao-api:jar:3.2.2'
<dependency org="org.greenrobot" name="greendao-api" rev="3.2.2">
<artifact name="greendao-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greenrobot', module='greendao-api', version='3.2.2')
)
libraryDependencies += "org.greenrobot" % "greendao-api" % "3.2.2"
[org.greenrobot/greendao-api "3.2.2"]