Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.smoketurner.dropwizard |
ArtifactId | ArtifactIddropwizard-consul |
Version | Version1.0.6-1 |
Type | Typepom |
Filename | Size |
---|---|
dropwizard-consul-1.0.6-1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smoketurner.dropwizard/dropwizard-consul/ -->
<dependency>
<groupId>com.smoketurner.dropwizard</groupId>
<artifactId>dropwizard-consul</artifactId>
<version>1.0.6-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/dropwizard-consul/
implementation 'com.smoketurner.dropwizard:dropwizard-consul:1.0.6-1'
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/dropwizard-consul/
implementation ("com.smoketurner.dropwizard:dropwizard-consul:1.0.6-1")
'com.smoketurner.dropwizard:dropwizard-consul:pom:1.0.6-1'
<dependency org="com.smoketurner.dropwizard" name="dropwizard-consul" rev="1.0.6-1">
<artifact name="dropwizard-consul" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.smoketurner.dropwizard', module='dropwizard-consul', version='1.0.6-1')
)
libraryDependencies += "com.smoketurner.dropwizard" % "dropwizard-consul" % "1.0.6-1"
[com.smoketurner.dropwizard/dropwizard-consul "1.0.6-1"]