| License |
License |
|---|---|
| GroupId | GroupIdcom.cosium.junixsocket |
| ArtifactId | ArtifactIdjunixsocket-parent |
| Last Version | Last Version2.0.4.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionjunixsocket-parent
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 URL |
Project URL |
| Project Organization |
Project OrganizationKohlschütter Search Intelligence |
| Filename | Size |
|---|---|
| junixsocket-parent-2.0.4.3.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cosium.junixsocket/junixsocket-parent/ -->
<dependency>
<groupId>com.cosium.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.0.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cosium.junixsocket/junixsocket-parent/
implementation 'com.cosium.junixsocket:junixsocket-parent:2.0.4.3'
// https://jarcasting.com/artifacts/com.cosium.junixsocket/junixsocket-parent/
implementation ("com.cosium.junixsocket:junixsocket-parent:2.0.4.3")
'com.cosium.junixsocket:junixsocket-parent:pom:2.0.4.3'
<dependency org="com.cosium.junixsocket" name="junixsocket-parent" rev="2.0.4.3">
<artifact name="junixsocket-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cosium.junixsocket', module='junixsocket-parent', version='2.0.4.3')
)
libraryDependencies += "com.cosium.junixsocket" % "junixsocket-parent" % "2.0.4.3"
[com.cosium.junixsocket/junixsocket-parent "2.0.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |