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