License |
License |
---|---|
Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdcom.squeakysand.jsp |
ArtifactId | ArtifactIdsqueakysand-jsp-tldgenerator |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.squeakysand.jsp - squeakysand-jsp-tldgenerator
Tool for automating the generation of JSP Custom Tag Library Descriptor (<code>.tld</code>) files.
This is the basic code for doing the generation, you would normally some other code around this code to invoke it meaningfully. For example, see
the <a href="../jsptld-maven-plugin">JSP TLD Maven Plugin</a> page.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/ -->
<dependency>
<groupId>com.squeakysand.jsp</groupId>
<artifactId>squeakysand-jsp-tldgenerator</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/
implementation 'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.6.0'
// https://jarcasting.com/artifacts/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/
implementation ("com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.6.0")
'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:jar:0.6.0'
<dependency org="com.squeakysand.jsp" name="squeakysand-jsp-tldgenerator" rev="0.6.0">
<artifact name="squeakysand-jsp-tldgenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.jsp', module='squeakysand-jsp-tldgenerator', version='0.6.0')
)
libraryDependencies += "com.squeakysand.jsp" % "squeakysand-jsp-tldgenerator" % "0.6.0"
[com.squeakysand.jsp/squeakysand-jsp-tldgenerator "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squeakysand.jsp : squeakysand-jsp | jar | 0.6.0 |
com.squeakysand : squeakysand-commons | jar | |
com.squeakysand : squeakysand-javadoc | jar | |
com.squeakysand.schema.javaee : squeakysand-schema-javaee | jar | |
org.codehaus.plexus : plexus-utils | jar | 1.5.8 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |