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