Categories |
CategoriesCouchbase Data Databases |
---|---|
GroupId | GroupIdcom.lordofthejars |
ArtifactId | ArtifactIdnosqlunit-couchbase |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
nosqlunit-couchbase-0.8.1.pom | |
nosqlunit-couchbase-0.8.1.jar | 18 KB |
nosqlunit-couchbase-0.8.1-sources.jar | 8 KB |
nosqlunit-couchbase-0.8.1-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-couchbase/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-couchbase</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-couchbase/
implementation 'com.lordofthejars:nosqlunit-couchbase:0.8.1'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-couchbase/
implementation ("com.lordofthejars:nosqlunit-couchbase:0.8.1")
'com.lordofthejars:nosqlunit-couchbase:jar:0.8.1'
<dependency org="com.lordofthejars" name="nosqlunit-couchbase" rev="0.8.1">
<artifact name="nosqlunit-couchbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit-couchbase', version='0.8.1')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit-couchbase" % "0.8.1"
[com.lordofthejars/nosqlunit-couchbase "0.8.1"]