Categories |
CategoriesCouchbase Data Databases |
---|---|
GroupId | GroupIdcom.lordofthejars |
ArtifactId | ArtifactIdnosqlunit-couchbase |
Version | Version1.0.0-rc.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-couchbase/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-couchbase</artifactId>
<version>1.0.0-rc.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-couchbase/
implementation 'com.lordofthejars:nosqlunit-couchbase:1.0.0-rc.3'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-couchbase/
implementation ("com.lordofthejars:nosqlunit-couchbase:1.0.0-rc.3")
'com.lordofthejars:nosqlunit-couchbase:jar:1.0.0-rc.3'
<dependency org="com.lordofthejars" name="nosqlunit-couchbase" rev="1.0.0-rc.3">
<artifact name="nosqlunit-couchbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit-couchbase', version='1.0.0-rc.3')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit-couchbase" % "1.0.0-rc.3"
[com.lordofthejars/nosqlunit-couchbase "1.0.0-rc.3"]