is not current version
Last Version 1.0.5

de.unkrig:doclet-main 1.0.4

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.

GroupId

GroupId

de.unkrig
ArtifactId

ArtifactId

doclet-main
Version

Version

1.0.4
Type

Type

jar

Download doclet-main 1.0.4


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