| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdcom.boundary.dropwizard.consul |
| ArtifactId | ArtifactIdregistration |
| Version | Version0.21 |
| Type | Typejar |
| Description |
DescriptionTools for integrating consul with dropwizard applications.
|
| Filename | Size |
|---|---|
| registration-0.21.pom | |
| registration-0.21.jar | 7 KB |
| registration-0.21-sources.jar | 3 KB |
| registration-0.21-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/registration/ -->
<dependency>
<groupId>com.boundary.dropwizard.consul</groupId>
<artifactId>registration</artifactId>
<version>0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/registration/
implementation 'com.boundary.dropwizard.consul:registration:0.21'
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/registration/
implementation ("com.boundary.dropwizard.consul:registration:0.21")
'com.boundary.dropwizard.consul:registration:jar:0.21'
<dependency org="com.boundary.dropwizard.consul" name="registration" rev="0.21">
<artifact name="registration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.boundary.dropwizard.consul', module='registration', version='0.21')
)
libraryDependencies += "com.boundary.dropwizard.consul" % "registration" % "0.21"
[com.boundary.dropwizard.consul/registration "0.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.boundary.dropwizard.consul : client | jar | 0.21 |
| com.orbitz.consul : consul-client | jar | 0.13.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |