Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.boundary.dropwizard.consul |
ArtifactId | ArtifactIddw-consul |
Version | Version0.20 |
Type | Typepom |
Filename | Size |
---|---|
dw-consul-0.20.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/dw-consul/ -->
<dependency>
<groupId>com.boundary.dropwizard.consul</groupId>
<artifactId>dw-consul</artifactId>
<version>0.20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/dw-consul/
implementation 'com.boundary.dropwizard.consul:dw-consul:0.20'
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/dw-consul/
implementation ("com.boundary.dropwizard.consul:dw-consul:0.20")
'com.boundary.dropwizard.consul:dw-consul:pom:0.20'
<dependency org="com.boundary.dropwizard.consul" name="dw-consul" rev="0.20">
<artifact name="dw-consul" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.boundary.dropwizard.consul', module='dw-consul', version='0.20')
)
libraryDependencies += "com.boundary.dropwizard.consul" % "dw-consul" % "0.20"
[com.boundary.dropwizard.consul/dw-consul "0.20"]