is not current version
Last Version 0.38.17

com.github.jnr:jnr-unixsocket 0.25

Native I/O access for java

Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jnr-unixsocket
Version

Version

0.25
Type

Type

jar

Download jnr-unixsocket 0.25


<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-unixsocket/ -->
<dependency>
    <groupId>com.github.jnr</groupId>
    <artifactId>jnr-unixsocket</artifactId>
    <version>0.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-unixsocket/
implementation 'com.github.jnr:jnr-unixsocket:0.25'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-unixsocket/
implementation ("com.github.jnr:jnr-unixsocket:0.25")
'com.github.jnr:jnr-unixsocket:jar:0.25'
<dependency org="com.github.jnr" name="jnr-unixsocket" rev="0.25">
  <artifact name="jnr-unixsocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-unixsocket', version='0.25')
)
libraryDependencies += "com.github.jnr" % "jnr-unixsocket" % "0.25"
[com.github.jnr/jnr-unixsocket "0.25"]