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.

Лицензия

Лицензия

Группа

Группа

no.fiken.oss.junixsocket
Идентификатор

Идентификатор

junixsocket-parent
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/kohlschutter/junixsocket
Организация-разработчик

Организация-разработчик

Kohlschütter Search Intelligence

Скачать junixsocket-parent

Имя Файла Размер
junixsocket-parent-1.0.2.pom 3 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/no.fiken.oss.junixsocket/junixsocket-parent/ -->
<dependency>
    <groupId>no.fiken.oss.junixsocket</groupId>
    <artifactId>junixsocket-parent</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.fiken.oss.junixsocket/junixsocket-parent/
implementation 'no.fiken.oss.junixsocket:junixsocket-parent:1.0.2'
// https://jarcasting.com/artifacts/no.fiken.oss.junixsocket/junixsocket-parent/
implementation ("no.fiken.oss.junixsocket:junixsocket-parent:1.0.2")
'no.fiken.oss.junixsocket:junixsocket-parent:pom:1.0.2'
<dependency org="no.fiken.oss.junixsocket" name="junixsocket-parent" rev="1.0.2">
  <artifact name="junixsocket-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.fiken.oss.junixsocket', module='junixsocket-parent', version='1.0.2')
)
libraryDependencies += "no.fiken.oss.junixsocket" % "junixsocket-parent" % "1.0.2"
[no.fiken.oss.junixsocket/junixsocket-parent "1.0.2"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

  • junixsocket-common
  • junixsocket-rmi
  • junixsocket-mysql
  • junixsocket-demo
no.fiken.oss.junixsocket

Kohlschütter Search Intelligence

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0