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