| License | License | 
|---|---|
| Categories | CategoriesDropWizard Container Microservices | 
| GroupId | GroupIdio.dropwizard | 
| ArtifactId | ArtifactIddropwizard-servlets | 
| Last Version | Last Version4.0.0-beta.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionDropwizard Servlet Support Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
        applications. | 
<!-- 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"]| 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 | 
| 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 | 
