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