Last Version

Dropwizard Servlet Support 4.0.0-beta.1

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

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-servlets
Version

Version

4.0.0-beta.1
Type

Type

jar
Description

Description

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

Download dropwizard-servlets 4.0.0-beta.1


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

Dependencies

compile (8)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 2.0.0-alpha7
io.dropwizard : dropwizard-util jar 4.0.0-beta.1
io.dropwizard.metrics : metrics-annotation jar
io.dropwizard.metrics : metrics-core jar
ch.qos.logback : logback-classic jar 1.3.0-alpha14
com.fasterxml.jackson.core : jackson-annotations jar
com.google.code.findbugs : jsr305 jar 3.0.2
jakarta.servlet : jakarta.servlet-api jar 5.0.0

test (7)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.junit.jupiter : junit-jupiter-api jar
org.assertj : assertj-core jar 3.22.0
org.mockito : mockito-core jar 4.4.0
org.eclipse.jetty : jetty-http jar
org.eclipse.jetty : jetty-servlet jar
org.eclipse.jetty : jetty-util jar

Project Modules

There are no modules declared in this project.