License |
License |
---|---|
GroupId | GroupIdno.fiken.oss.junixsocket |
ArtifactId | ArtifactIdjunixsocket-common |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunixsocket-common
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 OrganizationKohlschütter Search Intelligence |
Filename | Size |
---|---|
junixsocket-common-1.0.2.pom | |
junixsocket-common-1.0.2.jar | 17 KB |
junixsocket-common-1.0.2-sources.jar | 10 KB |
junixsocket-common-1.0.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.fiken.oss.junixsocket/junixsocket-common/ -->
<dependency>
<groupId>no.fiken.oss.junixsocket</groupId>
<artifactId>junixsocket-common</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.fiken.oss.junixsocket/junixsocket-common/
implementation 'no.fiken.oss.junixsocket:junixsocket-common:1.0.2'
// https://jarcasting.com/artifacts/no.fiken.oss.junixsocket/junixsocket-common/
implementation ("no.fiken.oss.junixsocket:junixsocket-common:1.0.2")
'no.fiken.oss.junixsocket:junixsocket-common:jar:1.0.2'
<dependency org="no.fiken.oss.junixsocket" name="junixsocket-common" rev="1.0.2">
<artifact name="junixsocket-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.fiken.oss.junixsocket', module='junixsocket-common', version='1.0.2')
)
libraryDependencies += "no.fiken.oss.junixsocket" % "junixsocket-common" % "1.0.2"
[no.fiken.oss.junixsocket/junixsocket-common "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |