Categories |
CategoriesCouchbase Data Databases ORM |
---|---|
GroupId | GroupIdcom.github.DigioAndroid |
ArtifactId | ArtifactIdcouchbaseorm |
Version | Version1.3 |
Type | Typeaar |
Filename | Size |
---|---|
couchbaseorm-1.3.pom | |
couchbaseorm-1.3.aar | 27 KB |
couchbaseorm-1.3-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.DigioAndroid/couchbaseorm/ -->
<dependency>
<groupId>com.github.DigioAndroid</groupId>
<artifactId>couchbaseorm</artifactId>
<version>1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.DigioAndroid/couchbaseorm/
implementation 'com.github.DigioAndroid:couchbaseorm:1.3'
// https://jarcasting.com/artifacts/com.github.DigioAndroid/couchbaseorm/
implementation ("com.github.DigioAndroid:couchbaseorm:1.3")
'com.github.DigioAndroid:couchbaseorm:aar:1.3'
<dependency org="com.github.DigioAndroid" name="couchbaseorm" rev="1.3">
<artifact name="couchbaseorm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.DigioAndroid', module='couchbaseorm', version='1.3')
)
libraryDependencies += "com.github.DigioAndroid" % "couchbaseorm" % "1.3"
[com.github.DigioAndroid/couchbaseorm "1.3"]