| License |
License |
|---|---|
| GroupId | GroupIdde.unkrig |
| ArtifactId | ArtifactIddoclet-main |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe 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 |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| doclet-main-1.0.5.pom | |
| doclet-main-1.0.5.jar | 13 KB |
| doclet-main-1.0.5-sources.jar | 9 KB |
| doclet-main-1.0.5-javadoc.jar | 25 KB |
| doclet-main-1.0.5-jar-with-dependencies.jar | 2 MB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |