is not current version
Last Version 4.0.0-beta.1

io.dropwizard.archetypes:dropwizard-archetypes 0.8.2

A collection of Maven Archetypes for bootstrapping development of a new Dropwizard Service.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard.archetypes
ArtifactId

ArtifactId

dropwizard-archetypes
Version

Version

0.8.2
Type

Type

pom

Download dropwizard-archetypes 0.8.2


<!-- https://jarcasting.com/artifacts/io.dropwizard.archetypes/dropwizard-archetypes/ -->
<dependency>
    <groupId>io.dropwizard.archetypes</groupId>
    <artifactId>dropwizard-archetypes</artifactId>
    <version>0.8.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.archetypes/dropwizard-archetypes/
implementation 'io.dropwizard.archetypes:dropwizard-archetypes:0.8.2'
// https://jarcasting.com/artifacts/io.dropwizard.archetypes/dropwizard-archetypes/
implementation ("io.dropwizard.archetypes:dropwizard-archetypes:0.8.2")
'io.dropwizard.archetypes:dropwizard-archetypes:pom:0.8.2'
<dependency org="io.dropwizard.archetypes" name="dropwizard-archetypes" rev="0.8.2">
  <artifact name="dropwizard-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.archetypes', module='dropwizard-archetypes', version='0.8.2')
)
libraryDependencies += "io.dropwizard.archetypes" % "dropwizard-archetypes" % "0.8.2"
[io.dropwizard.archetypes/dropwizard-archetypes "0.8.2"]