Last Version

junixsocket-mysql 1.0.2

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

no.fiken.oss.junixsocket
ArtifactId

ArtifactId

junixsocket-mysql
Version

Version

1.0.2
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 1.0.2


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

Dependencies

compile (1)

Group / Artifact Type Version
no.fiken.oss.junixsocket : junixsocket-common jar 1.0.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.