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