MVN

de.unkrig : doclet-main

Maven & Gradle

Nov 23, 2018

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.

<dependency>
    <groupId>de.unkrig</groupId>
    <artifactId>doclet-main</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.unkrig : doclet-main to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of de.unkrig : doclet-main to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
doclet-main-1.0.5
doclet-main-1.0.4
doclet-main-1.0.3
doclet-main-1.0.2
doclet-main-1.0.1
doclet-main-1.0.0

How to add a dependency to Maven

Add the following de.unkrig : doclet-main maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.unkrig</groupId>
    <artifactId>doclet-main</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.unkrig : doclet-main gradle dependency to your build.gradle file:

implementation 'de.unkrig:doclet-main:1.0.5'

Gradle Kotlin DSL: Add the following de.unkrig : doclet-main gradle kotlin dependency to your build.gradle.kts file:

implementation("de.unkrig:doclet-main:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.unkrig : doclet-main sbt scala dependency to your build.sbt file:

libraryDependencies += "de.unkrig" % "doclet-main" % "1.0.5"

Advertisement