<dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-unixsocket</artifactId> <version>0.4</version> </dependency>
implementation 'com.github.jnr:jnr-unixsocket:0.4'
implementation("com.github.jnr:jnr-unixsocket:0.4")
libraryDependencies += "com.github.jnr" % "jnr-unixsocket" % "0.4"
@Grapes( @Grab(group='com.github.jnr', module='jnr-unixsocket', version='0.4') )
<dependency org="com.github.jnr" name="jnr-unixsocket" rev="0.4" />
[com.github.jnr/jnr-unixsocket "0.4"]
'com.github.jnr:jnr-unixsocket:jar:0.4'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.github.jnr:jnr-ffi:2.0.0
|-- com.github.jnr:jnr-constants:0.8.6
|-- com.github.jnr:jnr-enxio:0.5
|-- com.github.jnr:jnr-posix:3.0.8
test
|-- junit:junit:4.8.2