Categories |
CategoriesDropWizard Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.boundary.dropwizard.consul |
ArtifactId | ArtifactIdclient |
Version | Version0.20 |
Type | Typejar |
Filename | Size |
---|---|
client-0.20.pom | |
client-0.20.jar | 3 KB |
client-0.20-sources.jar | 1 KB |
client-0.20-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.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/client/
implementation 'com.boundary.dropwizard.consul:client:0.20'
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/client/
implementation ("com.boundary.dropwizard.consul:client:0.20")
'com.boundary.dropwizard.consul:client:jar:0.20'
<dependency org="com.boundary.dropwizard.consul" name="client" rev="0.20">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.boundary.dropwizard.consul', module='client', version='0.20')
)
libraryDependencies += "com.boundary.dropwizard.consul" % "client" % "0.20"
[com.boundary.dropwizard.consul/client "0.20"]