License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.boundary.dropwizard.consul |
ArtifactId | ArtifactIdexample-app |
Last Version | Last Version0.21 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTools for integrating consul with dropwizard applications.
|
Filename | Size |
---|---|
example-app-0.21.pom | |
example-app-0.21.jar | 14 MB |
example-app-0.21-sources.jar | 3 KB |
example-app-0.21-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/example-app/ -->
<dependency>
<groupId>com.boundary.dropwizard.consul</groupId>
<artifactId>example-app</artifactId>
<version>0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/example-app/
implementation 'com.boundary.dropwizard.consul:example-app:0.21'
// https://jarcasting.com/artifacts/com.boundary.dropwizard.consul/example-app/
implementation ("com.boundary.dropwizard.consul:example-app:0.21")
'com.boundary.dropwizard.consul:example-app:jar:0.21'
<dependency org="com.boundary.dropwizard.consul" name="example-app" rev="0.21">
<artifact name="example-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.boundary.dropwizard.consul', module='example-app', version='0.21')
)
libraryDependencies += "com.boundary.dropwizard.consul" % "example-app" % "0.21"
[com.boundary.dropwizard.consul/example-app "0.21"]