DOC

com.distrimind.madkit : MaDKitLanEdition

Maven & Gradle

Apr 10, 2022
1 stars

MaDKitLanEdition · MaDKit is an open source multiagent-based development platform written in Java. MaDKitLanEdition Advanced network futures which enables to connect several peers between them, and emulate a secured multi-agent system that virtually evolves into the same environment, i.e. the same virtual machine.

Table Of Contents

Latest Version

Download com.distrimind.madkit : MaDKitLanEdition Javadoc & API Documentation - Latest Versions:

All Versions

Download com.distrimind.madkit : MaDKitLanEdition Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.4.x

How to open Javadoc JAR file in web browser

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

Advertisement