License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices CLI User Interface |
GroupId | GroupIdcom.boundary.dropwizard.consul |
ArtifactId | ArtifactIdclient |
Last Version | Last Version0.21 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTools for integrating consul with dropwizard applications.
|
Filename | Size |
---|---|
client-0.21.pom | |
client-0.21.jar | 2 KB |
client-0.21-sources.jar | 1 KB |
client-0.21-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/client/ -->
<dependency>
<groupId>com.boundary.dropwizard.consul</groupId>
<artifactId>client</artifactId>
<version>0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/client/
implementation 'com.boundary.dropwizard.consul:client:0.21'
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/client/
implementation ("com.boundary.dropwizard.consul:client:0.21")
'com.boundary.dropwizard.consul:client:jar:0.21'
<dependency org="com.boundary.dropwizard.consul" name="client" rev="0.21">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.boundary.dropwizard.consul', module='client', version='0.21')
)
libraryDependencies += "com.boundary.dropwizard.consul" % "client" % "0.21"
[com.boundary.dropwizard.consul/client "0.21"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 1.0.5 |
com.orbitz.consul : consul-client | jar | 0.13.8 |
com.squareup.retrofit2 : retrofit | jar | 2.1.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.7.8 |