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.

Лицензия

Лицензия

Группа

Группа

de.unkrig
Идентификатор

Идентификатор

doclet-main
Последняя версия

Последняя версия

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://unkrig.de/w/MAIN_doclet
Организация-разработчик

Организация-разработчик

Arno Unkrig

Скачать doclet-main

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0