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