Download embedded-consul-0.2.3.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.2.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials