<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-unix-socket</artifactId>
<version>3.0.8</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-unix-socket', version='3.0.8')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>3.0.8</version> </parent>
compile
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard:dropwizard-jetty
|-- org.eclipse.jetty:jetty-unixdomain-server
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-util
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-jetty11
|-- org.checkerframework:checker-qual
|-- com.fasterxml.jackson.core:jackson-annotations
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- io.dropwizard:dropwizard-testing
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-jersey