is not current version
Last Version 4.0.0-beta.1

Dropwizard Archetypes 2.1.0-beta.7

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

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard.archetypes
ArtifactId

ArtifactId

dropwizard-archetypes
Version

Version

2.1.0-beta.7
Type

Type

pom
Description

Description

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

Download dropwizard-archetypes 2.1.0-beta.7


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • java-simple