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