MVN

de.unkrig : doclet-ant

Maven & Gradle

Oct 30, 2018

The ANT doclet · Generates (JAVADOC-like) HTML documentation for APACHE ANT antlibs.

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

Latest Version

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

  • Latest Stable: 1.0.7

All Versions

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

Version Vulnerabilities Updated
1.0.x
doclet-ant-1.0.7
doclet-ant-1.0.6
doclet-ant-1.0.5
doclet-ant-1.0.4
doclet-ant-1.0.3
doclet-ant-1.0.2
doclet-ant-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.unkrig</groupId>
    <artifactId>doclet-ant</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.unkrig:doclet-ant:1.0.7'

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

implementation("de.unkrig:doclet-ant:1.0.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.unkrig" % "doclet-ant" % "1.0.7"