文件下载
文件名 操作
jnr-unixsocket-0.30.jar 下载
jnr-unixsocket-0.30.pom 下载
jnr-unixsocket-0.30-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jnr</groupId>
  <artifactId>jnr-unixsocket</artifactId>
  <version>0.30</version>
</dependency>
Gradle Groovy
implementation 'com.github.jnr:jnr-unixsocket:0.30'
Gradle Kotlin
implementation("com.github.jnr:jnr-unixsocket:0.30")
Scala SBT
libraryDependencies += "com.github.jnr" % "jnr-unixsocket" % "0.30"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jnr', module='jnr-unixsocket', version='0.30')
)
Apache Ivy
<dependency org="com.github.jnr" name="jnr-unixsocket" rev="0.30" />
Leiningen
[com.github.jnr/jnr-unixsocket "0.30"]
Apache Buildr
'com.github.jnr:jnr-unixsocket:jar:0.30'