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