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