j

junixsocket-parent

junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) from Java. In contrast to other implementations, junixsocket extends the Java Sockets API (java.net.Socket, java.net.SocketAddress etc.) and even supports RMI over AF_UNIX. It is also possible to use it in conjunction with Connector/J to connect to a local MySQL server via Unix domain sockets.
https://github.com/kohlschutter/junixsocket
Apache License, Version 2.0
Kohlschütter Search Intelligence
Christian Kohlschütter
Files download
File Operation
junixsocket-parent-2.2.1.pom download
Apache Maven
<dependency>
  <groupId>com.kohlschutter.junixsocket</groupId>
  <artifactId>junixsocket-parent</artifactId>
  <version>2.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.kohlschutter.junixsocket:junixsocket-parent:2.2.1'
Gradle Kotlin
implementation("com.kohlschutter.junixsocket:junixsocket-parent:2.2.1")
Scala SBT
libraryDependencies += "com.kohlschutter.junixsocket" % "junixsocket-parent" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.kohlschutter.junixsocket', module='junixsocket-parent', version='2.2.1')
)
Apache Ivy
<dependency org="com.kohlschutter.junixsocket" name="junixsocket-parent" rev="2.2.1" />
Leiningen
[com.kohlschutter.junixsocket/junixsocket-parent "2.2.1"]
Apache Buildr
'com.kohlschutter.junixsocket:junixsocket-parent:jar:2.2.1'