junixsocket-mysql

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

Categories

Categories

MySQL Data Databases
GroupId

GroupId

com.cosium.junixsocket
ArtifactId

ArtifactId

junixsocket-mysql
Last Version

Last Version

2.0.4.3
Release Date

Release Date

Type

Type

jar
Description

Description

junixsocket-mysql
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 Organization

Project Organization

Kohlschütter Search Intelligence

Download junixsocket-mysql

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.cosium.junixsocket : junixsocket-common jar 2.0.4.3
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.
com.cosium.junixsocket

Versions

Version
2.0.4.3