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.

License

License

GroupId

GroupId

com.kohlschutter.junixsocket
ArtifactId

ArtifactId

junixsocket-parent
Last Version

Last Version

2.5.0
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://kohlschutter.github.io/junixsocket/
Project Organization

Project Organization

Kohlschütter Search Intelligence
Source Code Management

Source Code Management

https://github.com/kohlschutter/junixsocket

Download junixsocket-parent

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
com.kohlschutter : compiler-annotations jar 1.4.4

test (2)

Group / Artifact Type Version
com.kohlschutter : kohlschutter-test-util jar 1.4.4
com.kohlschutter : kohlschutter-util jar 1.4.4

Project Modules

  • junixsocket-common
  • junixsocket-tipc
  • junixsocket-server
  • junixsocket-rmi
  • junixsocket-mysql
  • junixsocket-core
  • junixsocket-demo
  • junixsocket-selftest
  • junixsocket-dist
  • junixsocket-codecoverage
com.kohlschutter.junixsocket

Kohlschütter Search Intelligence

Versions

Version
2.5.0
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.4
2.0.2
2.0.1
2.0.0