is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-project 2.0.5

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-project
Version

Version

2.0.5
Type

Type

jar

Download dropwizard-project 2.0.5


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