t

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.
https://weblegacy.github.io/tlddoc
BSD 3-Clause "New" or "Revised" License
Web-Legacy
Stefan Graff Mark Roth
文件下载
文件名 操作
tlddoc-1.4.jar 下载
tlddoc-1.4.pom 下载
tlddoc-1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.weblegacy</groupId>
  <artifactId>tlddoc</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.weblegacy:tlddoc:1.4'
Gradle Kotlin
implementation("io.github.weblegacy:tlddoc:1.4")
Scala SBT
libraryDependencies += "io.github.weblegacy" % "tlddoc" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weblegacy', module='tlddoc', version='1.4')
)
Apache Ivy
<dependency org="io.github.weblegacy" name="tlddoc" rev="1.4" />
Leiningen
[io.github.weblegacy/tlddoc "1.4"]
Apache Buildr
'io.github.weblegacy:tlddoc:jar:1.4'
本项目依赖