Kryo-slf4j Parent

Fork of Esoteric Software's Kryo built by Nathan Sweet that replaces Minlog with slf4j as the logging facade. This is the parent pom that assembles the main kryo-slf4j and shaded kryo-slf4j artifacts.

License

License

Categories

Categories

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

GroupId

net.lizalab
ArtifactId

ArtifactId

kryo-slf4j-parent
Last Version

Last Version

3.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

Kryo-slf4j Parent
Fork of Esoteric Software's Kryo built by Nathan Sweet that replaces Minlog with slf4j as the logging facade. This is the parent pom that assembles the main kryo-slf4j and shaded kryo-slf4j artifacts.
Project URL

Project URL

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

Source Code Management

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

Download kryo-slf4j-parent

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.objenesis : objenesis jar 2.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.8.2
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

  • kryo-slf4j
  • kryo-slf4j/pom-shaded.xml

Kryo-slf4j is a fork of the wonderful kryo API, a fast and efficient object graph serialization framework for Java. The goals of the Kryo project are speed, efficiency, and an easy to use API. The project is useful any time objects need to be persisted, whether to a file, database, or over the network.

Kryo can also perform automatic deep and shallow copying/cloning. This is direct copying from object to object, not object->bytes->object.

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

Kryo-slf4j is built off v3.0.1 of Kryo and accordingly tracks the version. Please refer to the Kryo project page for detailed documentation on the Kryo 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>kryo-slf4j</artifactId>
      <version>3.0.1</version>
      <scope>compile</scope>
    </dependency>

Versions

Version
3.0.1