KryoNet-slf4j

Fork of Esoteric Software's KryoNet built by Nathan Sweet that replaces Minlog with slf4j as the logging facade and removes hard dependency on jsonbeans.

Лицензия

Лицензия

Категории

Категории

Сеть SLF4J Библиотеки уровня приложения Logging KryoNet Networking Kryo Данные Data Formats Serialization
Группа

Группа

net.lizalab
Идентификатор

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

kryonet-slf4j
Последняя версия

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

2.22.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

KryoNet-slf4j
Fork of Esoteric Software's KryoNet built by Nathan Sweet that replaces Minlog with slf4j as the logging facade and removes hard dependency on jsonbeans.
Ссылка на сайт

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

https://github.com/hpadmanabhan/kryonet-slf4j
Система контроля версий

Система контроля версий

https://github.com/hpadmanabhan/kryonet-slf4j

Скачать kryonet-slf4j

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

<!-- https://jarcasting.com/artifacts/net.lizalab/kryonet-slf4j/ -->
<dependency>
    <groupId>net.lizalab</groupId>
    <artifactId>kryonet-slf4j</artifactId>
    <version>2.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lizalab/kryonet-slf4j/
implementation 'net.lizalab:kryonet-slf4j:2.22.0'
// https://jarcasting.com/artifacts/net.lizalab/kryonet-slf4j/
implementation ("net.lizalab:kryonet-slf4j:2.22.0")
'net.lizalab:kryonet-slf4j:jar:2.22.0'
<dependency org="net.lizalab" name="kryonet-slf4j" rev="2.22.0">
  <artifact name="kryonet-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lizalab', module='kryonet-slf4j', version='2.22.0')
)
libraryDependencies += "net.lizalab" % "kryonet-slf4j" % "2.22.0"
[net.lizalab/kryonet-slf4j "2.22.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.lizalab : kryo-slf4j jar 3.0.1

provided (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.12

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.apache.logging.log4j : log4j-api jar 2.2
org.apache.logging.log4j : log4j-core jar 2.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.2

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

Данный проект не имеет модулей.

KryoNet-slf4j is a fork of KryoNet, a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO. KryoNet uses the Kryo serialization library to automatically and efficiently transfer object graphs across the network.

KryoNet runs on both the desktop and on Android.

KryoNet-slf4j is a fork of KryoNet that replaces the Minlog logging used by KryoNet with slf4j providing users the choice to pick their desired logging implementation instead of having to deal with multiple logging implementations when using KryoNet in projects using a different logging implementation.

KryoNet-slf4j also decouples the explicit dependency on jsonbeans letting users pick their own json implementations.

KryoNet-slf4j is built off v2.22.0-RC1 of KryoNet and accordingly tracks the version. Please refer to the KryoNet project page for detailed documentation on the KryoNet API and its usage.

You can obtain the release binaries from the releases page above or alternately if you use Maven you can get it directly from Maven Central using the following dependency configurations:

    <dependency>
      <groupId>net.lizalab</groupId>
      <artifactId>kryonet-slf4j</artifactId>
      <version>2.22.0</version>
      <scope>compile</scope>
    </dependency>

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

Версия
2.22.0