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.

License

License

Categories

Categories

Net SLF4J Application Layer Libs Logging KryoNet Networking Kryo Data Data Formats Serialization
GroupId

GroupId

net.lizalab
ArtifactId

ArtifactId

kryonet-slf4j
Last Version

Last Version

2.22.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/hpadmanabhan/kryonet-slf4j
Source Code Management

Source Code Management

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

Download kryonet-slf4j

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
net.lizalab : kryo-slf4j jar 3.0.1

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12

test (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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>

Versions

Version
2.22.0