is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-jetty 1.3.12


Categories

Categories

Jetty Container Application Servers DropWizard Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-jetty
Version

Version

1.3.12
Type

Type

jar

Download dropwizard-jetty 1.3.12


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