MVN

net.lizalab : kryo-slf4j-parent

Maven & Gradle

May 05, 2015
0 stars

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.

<dependency>
    <groupId>net.lizalab</groupId>
    <artifactId>kryo-slf4j-parent</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.lizalab : kryo-slf4j-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of net.lizalab : kryo-slf4j-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
kryo-slf4j-parent-3.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.lizalab</groupId>
    <artifactId>kryo-slf4j-parent</artifactId>
    <version>3.0.1</version>
</dependency>

Advertisement