DOC

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.

Table Of Contents

Latest Version

Download net.lizalab : kryo-slf4j-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download net.lizalab : kryo-slf4j-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file kryo-slf4j-parent-3.0.1-javadoc.jar to kryo-slf4j-parent-3.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder kryo-slf4j-parent-3.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "kryo-slf4j-parent-3.0.1-sources.jar" -d "kryo-slf4j-parent-3.0.1-javadoc" -subpackages 

Advertisement