Categories |
CategoriesCouchbase Data Databases |
---|---|
GroupId | GroupIdcom.sandinh |
ArtifactId | ArtifactIdcouchbase-play_2.13 |
Version | Version10.0.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sandinh/couchbase-play_2.13/ -->
<dependency>
<groupId>com.sandinh</groupId>
<artifactId>couchbase-play_2.13</artifactId>
<version>10.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sandinh/couchbase-play_2.13/
implementation 'com.sandinh:couchbase-play_2.13:10.0.0-M1'
// https://jarcasting.com/artifacts/com.sandinh/couchbase-play_2.13/
implementation ("com.sandinh:couchbase-play_2.13:10.0.0-M1")
'com.sandinh:couchbase-play_2.13:jar:10.0.0-M1'
<dependency org="com.sandinh" name="couchbase-play_2.13" rev="10.0.0-M1">
<artifact name="couchbase-play_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sandinh', module='couchbase-play_2.13', version='10.0.0-M1')
)
libraryDependencies += "com.sandinh" % "couchbase-play_2.13" % "10.0.0-M1"
[com.sandinh/couchbase-play_2.13 "10.0.0-M1"]