Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdde.lhorn |
ArtifactId | ArtifactIddropwizard-dashboard |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-dashboard-1.0.pom | |
dropwizard-dashboard-1.0.jar | 105 KB |
dropwizard-dashboard-1.0-sources.jar | 102 KB |
dropwizard-dashboard-1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.lhorn/dropwizard-dashboard/ -->
<dependency>
<groupId>de.lhorn</groupId>
<artifactId>dropwizard-dashboard</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.lhorn/dropwizard-dashboard/
implementation 'de.lhorn:dropwizard-dashboard:1.0'
// https://jarcasting.com/artifacts/de.lhorn/dropwizard-dashboard/
implementation ("de.lhorn:dropwizard-dashboard:1.0")
'de.lhorn:dropwizard-dashboard:jar:1.0'
<dependency org="de.lhorn" name="dropwizard-dashboard" rev="1.0">
<artifact name="dropwizard-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.lhorn', module='dropwizard-dashboard', version='1.0')
)
libraryDependencies += "de.lhorn" % "dropwizard-dashboard" % "1.0"
[de.lhorn/dropwizard-dashboard "1.0"]