License |
License
BSD License
|
---|---|
GroupId | GroupIdtaglibrarydoc |
ArtifactId | ArtifactIdtlddoc |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontaglibrarydoc
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tlddoc-1.3.pom | |
tlddoc-1.3.jar | 175 KB |
tlddoc-1.3-sources.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/taglibrarydoc/tlddoc/ -->
<dependency>
<groupId>taglibrarydoc</groupId>
<artifactId>tlddoc</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/taglibrarydoc/tlddoc/
implementation 'taglibrarydoc:tlddoc:1.3'
// https://jarcasting.com/artifacts/taglibrarydoc/tlddoc/
implementation ("taglibrarydoc:tlddoc:1.3")
'taglibrarydoc:tlddoc:jar:1.3'
<dependency org="taglibrarydoc" name="tlddoc" rev="1.3">
<artifact name="tlddoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='taglibrarydoc', module='tlddoc', version='1.3')
)
libraryDependencies += "taglibrarydoc" % "tlddoc" % "1.3"
[taglibrarydoc/tlddoc "1.3"]