Download couchbase-testcontainer-1.0.jar file - Jar c

Jar examples for c:couchbase-testcontainer

Description

Couchbase container for dockerized Couchbase testing under Testcontainers.

You can download jar file couchbase-testcontainer 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add couchbase-testcontainer-1.0.jar to your project.

<dependency>
   <groupId>com.github.differentway</groupId>
   <artifactId>couchbase-testcontainer</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.differentway', name: 'couchbase-testcontainer', version: '1.0'
libraryDependencies += "com.github.differentway" % "couchbase-testcontainer" % "1.0"
<dependency org="com.github.differentway" name="couchbase-testcontainer" rev="1.0"/>
@Grapes(@Grab(group='com.github.differentway', module='couchbase-testcontainer', version='1.0'))
'com.github.differentway:couchbase-testcontainer:jar:1.0'

Download

Click the following link to download the jar file.

couchbase-testcontainer-1.0-javadoc.jar
couchbase-testcontainer-1.0-sources.jar
couchbase-testcontainer-1.0.jar
couchbase-testcontainer-1.0.pom



Related Tutorials