DOC

org.aion4j : avm-archetype-multimodule

Maven & Gradle

Jul 14, 2019
0 stars

Archetype - avm-archetype-multimodule · Maven archetype which can be used to generate a multi module AVM smart contract project in java

Table Of Contents

Latest Version

Download org.aion4j : avm-archetype-multimodule Javadoc & API Documentation - Latest Versions:

All Versions

Download org.aion4j : avm-archetype-multimodule Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.30
0.13
0.12
0.11
0.10

How to open Javadoc JAR file in web browser

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

Advertisement