| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.kohlschutter.junixsocket |
| Идентификатор | Идентификаторjunixsocket-parent |
| Версия | Версия2.3.4 |
| Тип | Типpom |
| Описание |
Описаниеjunixsocket-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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикKohlschütter Search Intelligence |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junixsocket-parent-2.3.4.pom | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.kohlschutter.junixsocket/junixsocket-parent/ -->
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kohlschutter.junixsocket/junixsocket-parent/
implementation 'com.kohlschutter.junixsocket:junixsocket-parent:2.3.4'
// https://jarcasting.com/artifacts/com.kohlschutter.junixsocket/junixsocket-parent/
implementation ("com.kohlschutter.junixsocket:junixsocket-parent:2.3.4")
'com.kohlschutter.junixsocket:junixsocket-parent:pom:2.3.4'
<dependency org="com.kohlschutter.junixsocket" name="junixsocket-parent" rev="2.3.4">
<artifact name="junixsocket-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kohlschutter.junixsocket', module='junixsocket-parent', version='2.3.4')
)
libraryDependencies += "com.kohlschutter.junixsocket" % "junixsocket-parent" % "2.3.4"
[com.kohlschutter.junixsocket/junixsocket-parent "2.3.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.jcip : jcip-annotations Необязательный | jar | 1.0 |
| com.github.spotbugs : spotbugs-annotations Необязательный | jar | 4.2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar |