DOC

org.apache.fury : fury-parent

Maven & Gradle

Apr 27, 2024
2.7k stars

Fury Project Parent POM · Apache Fury™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy. Apache Fury (incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Table Of Contents

Latest Version

Download org.apache.fury : fury-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.fury : fury-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file fury-parent-0.5.0-javadoc.jar to fury-parent-0.5.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder fury-parent-0.5.0-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 "fury-parent-0.5.0-sources.jar" -d "fury-parent-0.5.0-javadoc" -subpackages