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