MVN

com.kohlschutter.junixsocket : junixsocket

Maven & Gradle

Aug 04, 2023
418 stars

junixsocket · junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) and other socket types, such as AF_TIPC and AF_VSOCK, 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.

<dependency>
    <groupId>com.kohlschutter.junixsocket</groupId>
    <artifactId>junixsocket</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kohlschutter.junixsocket : junixsocket to add to Maven - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of com.kohlschutter.junixsocket : junixsocket to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7.x
junixsocket-2.7.0
2.6.x
junixsocket-2.6.2
junixsocket-2.6.1
junixsocket-2.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.kohlschutter.junixsocket</groupId>
    <artifactId>junixsocket</artifactId>
    <version>2.7.0</version>
</dependency>

Advertisement