Last Version

The MAIN doclet 1.0.5

Generates a (very simple) HTML page for the "main(String[])" method (or a different method) of each of the specified classes. This is useful for command line tools with a set of command line options.

License

License

GroupId

GroupId

de.unkrig
ArtifactId

ArtifactId

doclet-main
Version

Version

1.0.5
Type

Type

jar
Description

Description

The MAIN doclet
Generates a (very simple) HTML page for the "main(String[])" method (or a different method) of each of the specified classes. This is useful for command line tools with a set of command line options.
Project URL

Project URL

http://unkrig.de/w/MAIN_doclet
Project Organization

Project Organization

Arno Unkrig

Download doclet-main 1.0.5


<!-- https://jarcasting.com/artifacts/de.unkrig/doclet-main/ -->
<dependency>
    <groupId>de.unkrig</groupId>
    <artifactId>doclet-main</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig/doclet-main/
implementation 'de.unkrig:doclet-main:1.0.5'
// https://jarcasting.com/artifacts/de.unkrig/doclet-main/
implementation ("de.unkrig:doclet-main:1.0.5")
'de.unkrig:doclet-main:jar:1.0.5'
<dependency org="de.unkrig" name="doclet-main" rev="1.0.5">
  <artifact name="doclet-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig', module='doclet-main', version='1.0.5')
)
libraryDependencies += "de.unkrig" % "doclet-main" % "1.0.5"
[de.unkrig/doclet-main "1.0.5"]

Dependencies

compile (4)

Group / Artifact Type Version
com.sun » tools jar 1.8.0
de.unkrig.commons : commons-doclet jar 1.2.12
de.unkrig.commons : commons-text jar 1.2.12
de.unkrig.commons : commons-util jar 1.2.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.