<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-servlets</artifactId> <version>0.7.0</version> </dependency>
implementation 'io.dropwizard:dropwizard-servlets:0.7.0'
implementation("io.dropwizard:dropwizard-servlets:0.7.0")
libraryDependencies += "io.dropwizard" % "dropwizard-servlets" % "0.7.0"
@Grapes( @Grab(group='io.dropwizard', module='dropwizard-servlets', version='0.7.0') )
<dependency org="io.dropwizard" name="dropwizard-servlets" rev="0.7.0" />
[io.dropwizard/dropwizard-servlets "0.7.0"]
'io.dropwizard:dropwizard-servlets:jar:0.7.0'
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.7.0</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- io.dropwizard:dropwizard-util
|-- org.eclipse.jetty.orbit:javax.servlet
test
|-- org.eclipse.jetty:jetty-servlet
|-- ch.qos.logback:logback-classic