is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-parent 0.8.0-rc3

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-parent
Version

Version

0.8.0-rc3
Type

Type

pom

Download dropwizard-parent 0.8.0-rc3


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