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.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

3.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

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

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

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

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

Скачать kryo-slf4j-parent

Имя Файла Размер
kryo-slf4j-parent-3.0.1.pom 5 KB
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.objenesis : objenesis jar 2.1

provided (1)

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

test (4)

Идентификатор библиотеки Тип Версия
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

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

  • 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>

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

Версия
3.0.1