is not current version
Last Version 0.21

com.boundary.dropwizard.consul:example-app 0.18


Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.boundary.dropwizard.consul
ArtifactId

ArtifactId

example-app
Version

Version

0.18
Type

Type

jar

Download example-app 0.18


<!-- https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/example-app/ -->
<dependency>
    <groupId>com.boundary.dropwizard.consul</groupId>
    <artifactId>example-app</artifactId>
    <version>0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/example-app/
implementation 'com.boundary.dropwizard.consul:example-app:0.18'
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/example-app/
implementation ("com.boundary.dropwizard.consul:example-app:0.18")
'com.boundary.dropwizard.consul:example-app:jar:0.18'
<dependency org="com.boundary.dropwizard.consul" name="example-app" rev="0.18">
  <artifact name="example-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.boundary.dropwizard.consul', module='example-app', version='0.18')
)
libraryDependencies += "com.boundary.dropwizard.consul" % "example-app" % "0.18"
[com.boundary.dropwizard.consul/example-app "0.18"]