Download riak-test-docker-1.1.jar file - Jar r

Jar examples for r:riak-test-docker

Description

Test fixtures for testing against Dockerized Riak

You can download jar file riak-test-docker 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add riak-test-docker-1.1.jar to your project.

<dependency>
   <groupId>com.basho.riak.test</groupId>
   <artifactId>riak-test-docker</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.basho.riak.test', name: 'riak-test-docker', version: '1.1'
libraryDependencies += "com.basho.riak.test" % "riak-test-docker" % "1.1"
<dependency org="com.basho.riak.test" name="riak-test-docker" rev="1.1"/>
@Grapes(@Grab(group='com.basho.riak.test', module='riak-test-docker', version='1.1'))
'com.basho.riak.test:riak-test-docker:jar:1.1'

Download

Click the following link to download the jar file.

riak-test-docker-1.1-javadoc.jar
riak-test-docker-1.1-sources.jar
riak-test-docker-1.1.jar
riak-test-docker-1.1.pom



Related Tutorials