DOC

io.github.theunic : kcommand-core

Maven & Gradle

Apr 20, 2024
0 stars

kcommand-core · This library offers a scalable Message Bus implementation, enabling loose coupling for seamless system integration. It emphasizes the use of middlewares for customized message handling, ensuring flexibility in distributed architectures. Its user-friendly design allows developers to focus more on core functionalities, entrusting communication orchestration to the Message Bus implementations.

Table Of Contents

Latest Version

Download io.github.theunic : kcommand-core Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.theunic : kcommand-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

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

Advertisement