MVN

io.github.weblegacy : tlddoc

Maven & Gradle

Jul 19, 2022
1 stars

TLDDoc · Tag Library Documentation Generator is a utility for automatically generating javadoc-style documentation for JavaServer Pages (JSP) Technology Tag Libraries. It accepts a set of tag libraries as input, and generates a set of HTML files as output. It can also be used to generate tag library documentation for JavaServer Faces UI components. Included in the output is a full description of each defined tag library, the tags contained within those tag libraries, and how to use those tags.

<dependency>
    <groupId>io.github.weblegacy</groupId>
    <artifactId>tlddoc</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.weblegacy : tlddoc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of io.github.weblegacy : tlddoc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
tlddoc-1.4

How to add a dependency to Maven

Add the following io.github.weblegacy : tlddoc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.weblegacy</groupId>
    <artifactId>tlddoc</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.weblegacy : tlddoc gradle dependency to your build.gradle file:

implementation 'io.github.weblegacy:tlddoc:1.4'

Gradle Kotlin DSL: Add the following io.github.weblegacy : tlddoc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.weblegacy:tlddoc:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.weblegacy : tlddoc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.weblegacy" % "tlddoc" % "1.4"