License |
License |
---|---|
GroupId | GroupIdcom.cosium.junixsocket |
ArtifactId | ArtifactIdjunixsocket-common |
Last Version | Last Version2.0.4.3 |
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-2.0.4.3.pom | |
junixsocket-common-2.0.4.3.jar | 17 KB |
junixsocket-common-2.0.4.3-sources.jar | 10 KB |
junixsocket-common-2.0.4.3-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cosium.junixsocket/junixsocket-common/ -->
<dependency>
<groupId>com.cosium.junixsocket</groupId>
<artifactId>junixsocket-common</artifactId>
<version>2.0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cosium.junixsocket/junixsocket-common/
implementation 'com.cosium.junixsocket:junixsocket-common:2.0.4.3'
// https://jarcasting.com/artifacts/com.cosium.junixsocket/junixsocket-common/
implementation ("com.cosium.junixsocket:junixsocket-common:2.0.4.3")
'com.cosium.junixsocket:junixsocket-common:jar:2.0.4.3'
<dependency org="com.cosium.junixsocket" name="junixsocket-common" rev="2.0.4.3">
<artifact name="junixsocket-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cosium.junixsocket', module='junixsocket-common', version='2.0.4.3')
)
libraryDependencies += "com.cosium.junixsocket" % "junixsocket-common" % "2.0.4.3"
[com.cosium.junixsocket/junixsocket-common "2.0.4.3"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |