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