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://kohlschutter.github.io/junixsocket/
Apache License, Version 2.0
Kohlschütter Search Intelligence
Christian Kohlschütter
Files download
File Operation
junixsocket-parent-2.4.0.pom download
Apache Maven
<dependency>
  <groupId>com.kohlschutter.junixsocket</groupId>
  <artifactId>junixsocket-parent</artifactId>
  <version>2.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.kohlschutter.junixsocket:junixsocket-parent:2.4.0'
Gradle Kotlin
implementation("com.kohlschutter.junixsocket:junixsocket-parent:2.4.0")
Scala SBT
libraryDependencies += "com.kohlschutter.junixsocket" % "junixsocket-parent" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.kohlschutter.junixsocket', module='junixsocket-parent', version='2.4.0')
)
Apache Ivy
<dependency org="com.kohlschutter.junixsocket" name="junixsocket-parent" rev="2.4.0" />
Leiningen
[com.kohlschutter.junixsocket/junixsocket-parent "2.4.0"]
Apache Buildr
'com.kohlschutter.junixsocket:junixsocket-parent:jar:2.4.0'