Download embedded-consul-0.3.4.jar file - Jar e

Jar examples for e:embedded-consul

Description

Embedded Consul provides easy way to run Consul in integration tests.

You can download jar file embedded-consul 0.3.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add embedded-consul-0.3.4.jar to your project.

<dependency>
   <groupId>com.pszymczyk.consul</groupId>
   <artifactId>embedded-consul</artifactId>
   <version>0.3.4</version>
</dependency>
compile group: 'com.pszymczyk.consul', name: 'embedded-consul', version: '0.3.4'
libraryDependencies += "com.pszymczyk.consul" % "embedded-consul" % "0.3.4"
<dependency org="com.pszymczyk.consul" name="embedded-consul" rev="0.3.4"/>
@Grapes(@Grab(group='com.pszymczyk.consul', module='embedded-consul', version='0.3.4'))
'com.pszymczyk.consul:embedded-consul:jar:0.3.4'

Download

Click the following link to download the jar file.

embedded-consul-0.3.4-javadoc.jar
embedded-consul-0.3.4-sources.jar
embedded-consul-0.3.4.jar
embedded-consul-0.3.4.pom



Related Tutorials