| License |
License |
|---|---|
| Categories |
CategoriesJNR Development Tools Native |
| GroupId | GroupIdcom.github.jnr |
| ArtifactId | ArtifactIdjnr-unixsocket |
| Last Version | Last Version0.38.17 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjnr-unixsocket
UNIX socket channels for java
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-unixsocket/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.38.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-unixsocket/
implementation 'com.github.jnr:jnr-unixsocket:0.38.17'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-unixsocket/
implementation ("com.github.jnr:jnr-unixsocket:0.38.17")
'com.github.jnr:jnr-unixsocket:jar:0.38.17'
<dependency org="com.github.jnr" name="jnr-unixsocket" rev="0.38.17">
<artifact name="jnr-unixsocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-unixsocket', version='0.38.17')
)
libraryDependencies += "com.github.jnr" % "jnr-unixsocket" % "0.38.17"
[com.github.jnr/jnr-unixsocket "0.38.17"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.jnr : jnr-ffi | jar | 2.2.11 |
| com.github.jnr : jnr-constants | jar | 0.10.3 |
| com.github.jnr : jnr-enxio | jar | 0.32.13 |
| com.github.jnr : jnr-posix | jar | 3.1.15 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |