Files download
File Operation
dropwizard-unix-socket-3.0.11.jar download
dropwizard-unix-socket-3.0.11.pom download
dropwizard-unix-socket-3.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-unix-socket</artifactId>
  <version>3.0.11</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-unix-socket:3.0.11'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-unix-socket:3.0.11")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-unix-socket" % "3.0.11"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-unix-socket', version='3.0.11')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-unix-socket" rev="3.0.11" />
Leiningen
[io.dropwizard/dropwizard-unix-socket "3.0.11"]
Apache Buildr
'io.dropwizard:dropwizard-unix-socket:jar:3.0.11'