| Categories |
CategoriesJNR Development Tools Native |
|---|---|
| GroupId | GroupIdcom.github.jnr |
| ArtifactId | ArtifactIdjnr-unixsocket |
| Version | Version0.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jnr-unixsocket-0.11.pom | |
| jnr-unixsocket-0.11.jar | 20 KB |
| jnr-unixsocket-0.11-sources.jar | 11 KB |
| jnr-unixsocket-0.11-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-unixsocket/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-unixsocket/
implementation 'com.github.jnr:jnr-unixsocket:0.11'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-unixsocket/
implementation ("com.github.jnr:jnr-unixsocket:0.11")
'com.github.jnr:jnr-unixsocket:jar:0.11'
<dependency org="com.github.jnr" name="jnr-unixsocket" rev="0.11">
<artifact name="jnr-unixsocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-unixsocket', version='0.11')
)
libraryDependencies += "com.github.jnr" % "jnr-unixsocket" % "0.11"
[com.github.jnr/jnr-unixsocket "0.11"]