MVN

com.kohlschutter.junixsocket : junixsocket-parent

Maven & Gradle

Oct 06, 2022
418 stars

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.

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

Latest Version

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

  • Latest Stable: 2.5.2

All Versions

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

Version Vulnerabilities Updated
2.5.x
junixsocket-parent-2.5.2
junixsocket-parent-2.5.1
junixsocket-parent-2.5.0
2.4.x
junixsocket-parent-2.4.0
2.3.x
junixsocket-parent-2.3.4
junixsocket-parent-2.3.3
junixsocket-parent-2.3.2
junixsocket-parent-2.3.1
junixsocket-parent-2.3.0
2.2.x
junixsocket-parent-2.2.1
junixsocket-parent-2.2.0
2.1.x
junixsocket-parent-2.1.2
junixsocket-parent-2.1.1
junixsocket-parent-2.1.0
2.0.x
junixsocket-parent-2.0.4
junixsocket-parent-2.0.2
junixsocket-parent-2.0.1
junixsocket-parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.kohlschutter.junixsocket</groupId>
    <artifactId>junixsocket-parent</artifactId>
    <version>2.5.2</version>
</dependency>

Advertisement