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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials