is not current version
Last Version 2.5.0

com.kohlschutter.junixsocket:junixsocket-parent 2.2.0

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.

GroupId

GroupId

com.kohlschutter.junixsocket
ArtifactId

ArtifactId

junixsocket-parent
Version

Version

2.2.0
Type

Type

pom

Download junixsocket-parent 2.2.0


<!-- https://jarcasting.com/artifacts/com.kohlschutter.junixsocket/junixsocket-parent/ -->
<dependency>
    <groupId>com.kohlschutter.junixsocket</groupId>
    <artifactId>junixsocket-parent</artifactId>
    <version>2.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kohlschutter.junixsocket/junixsocket-parent/
implementation 'com.kohlschutter.junixsocket:junixsocket-parent:2.2.0'
// https://jarcasting.com/artifacts/com.kohlschutter.junixsocket/junixsocket-parent/
implementation ("com.kohlschutter.junixsocket:junixsocket-parent:2.2.0")
'com.kohlschutter.junixsocket:junixsocket-parent:pom:2.2.0'
<dependency org="com.kohlschutter.junixsocket" name="junixsocket-parent" rev="2.2.0">
  <artifact name="junixsocket-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kohlschutter.junixsocket', module='junixsocket-parent', version='2.2.0')
)
libraryDependencies += "com.kohlschutter.junixsocket" % "junixsocket-parent" % "2.2.0"
[com.kohlschutter.junixsocket/junixsocket-parent "2.2.0"]