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