n

nosqlunit-couchbase

文件下载
文件名 操作
nosqlunit-couchbase-0.9.0.jar 下载
nosqlunit-couchbase-0.9.0.pom 下载
nosqlunit-couchbase-0.9.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.lordofthejars</groupId>
  <artifactId>nosqlunit-couchbase</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.lordofthejars:nosqlunit-couchbase:0.9.0'
Gradle Kotlin
implementation("com.lordofthejars:nosqlunit-couchbase:0.9.0")
Scala SBT
libraryDependencies += "com.lordofthejars" % "nosqlunit-couchbase" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lordofthejars', module='nosqlunit-couchbase', version='0.9.0')
)
Apache Ivy
<dependency org="com.lordofthejars" name="nosqlunit-couchbase" rev="0.9.0" />
Leiningen
[com.lordofthejars/nosqlunit-couchbase "0.9.0"]
Apache Buildr
'com.lordofthejars:nosqlunit-couchbase:jar:0.9.0'