Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdde.softwareforge.airship |
ArtifactId | ArtifactIddropwizard-packaging |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
dropwizard-packaging-1.pom | |
dropwizard-packaging-1.jar | 3 KB |
dropwizard-packaging-1-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.softwareforge.airship/dropwizard-packaging/ -->
<dependency>
<groupId>de.softwareforge.airship</groupId>
<artifactId>dropwizard-packaging</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/de.softwareforge.airship/dropwizard-packaging/
implementation 'de.softwareforge.airship:dropwizard-packaging:1'
// https://jarcasting.com/artifacts/de.softwareforge.airship/dropwizard-packaging/
implementation ("de.softwareforge.airship:dropwizard-packaging:1")
'de.softwareforge.airship:dropwizard-packaging:jar:1'
<dependency org="de.softwareforge.airship" name="dropwizard-packaging" rev="1">
<artifact name="dropwizard-packaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.softwareforge.airship', module='dropwizard-packaging', version='1')
)
libraryDependencies += "de.softwareforge.airship" % "dropwizard-packaging" % "1"
[de.softwareforge.airship/dropwizard-packaging "1"]