is not current version
Last Version 0.21

com.boundary.dropwizard.consul:client 0.19


Categories

Categories

DropWizard Container Microservices CLI User Interface
GroupId

GroupId

com.boundary.dropwizard.consul
ArtifactId

ArtifactId

client
Version

Version

0.19
Type

Type

jar

Download client 0.19


<!-- https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/client/ -->
<dependency>
    <groupId>com.boundary.dropwizard.consul</groupId>
    <artifactId>client</artifactId>
    <version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/client/
implementation 'com.boundary.dropwizard.consul:client:0.19'
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/client/
implementation ("com.boundary.dropwizard.consul:client:0.19")
'com.boundary.dropwizard.consul:client:jar:0.19'
<dependency org="com.boundary.dropwizard.consul" name="client" rev="0.19">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.boundary.dropwizard.consul', module='client', version='0.19')
)
libraryDependencies += "com.boundary.dropwizard.consul" % "client" % "0.19"
[com.boundary.dropwizard.consul/client "0.19"]