License |
License |
---|---|
GroupId | GroupIdcom.cosium.junixsocket |
ArtifactId | ArtifactIdjunixsocket-demo |
Last Version | Last Version2.0.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunixsocket-demo
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-demo-2.0.4.3.pom | |
junixsocket-demo-2.0.4.3.jar | 11 KB |
junixsocket-demo-2.0.4.3-sources.jar | 8 KB |
junixsocket-demo-2.0.4.3-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cosium.junixsocket/junixsocket-demo/ -->
<dependency>
<groupId>com.cosium.junixsocket</groupId>
<artifactId>junixsocket-demo</artifactId>
<version>2.0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cosium.junixsocket/junixsocket-demo/
implementation 'com.cosium.junixsocket:junixsocket-demo:2.0.4.3'
// https://jarcasting.com/artifacts/com.cosium.junixsocket/junixsocket-demo/
implementation ("com.cosium.junixsocket:junixsocket-demo:2.0.4.3")
'com.cosium.junixsocket:junixsocket-demo:jar:2.0.4.3'
<dependency org="com.cosium.junixsocket" name="junixsocket-demo" rev="2.0.4.3">
<artifact name="junixsocket-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cosium.junixsocket', module='junixsocket-demo', version='2.0.4.3')
)
libraryDependencies += "com.cosium.junixsocket" % "junixsocket-demo" % "2.0.4.3"
[com.cosium.junixsocket/junixsocket-demo "2.0.4.3"]
Group / Artifact | Type | Version |
---|---|---|
com.cosium.junixsocket : junixsocket-native-common | jar | 2.0.4.3 |
com.cosium.junixsocket : junixsocket-common | jar | 2.0.4.3 |
com.cosium.junixsocket : junixsocket-mysql | jar | 2.0.4.3 |
com.cosium.junixsocket : junixsocket-rmi | jar | 2.0.4.3 |
org.slf4j : slf4j-api | jar | 1.7.7 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.34 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
junit : junit | jar | 4.11 |