is not current version
Last Version 0.6.0

com.squeakysand.jsp:squeakysand-jsp-tldgenerator 0.4.0

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.

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

com.squeakysand.jsp
ArtifactId

ArtifactId

squeakysand-jsp-tldgenerator
Version

Version

0.4.0
Type

Type

jar

Download squeakysand-jsp-tldgenerator 0.4.0


<!-- https://jarcasting.com/artifacts/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/ -->
<dependency>
    <groupId>com.squeakysand.jsp</groupId>
    <artifactId>squeakysand-jsp-tldgenerator</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/
implementation 'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.4.0'
// https://jarcasting.com/artifacts/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/
implementation ("com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.4.0")
'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:jar:0.4.0'
<dependency org="com.squeakysand.jsp" name="squeakysand-jsp-tldgenerator" rev="0.4.0">
  <artifact name="squeakysand-jsp-tldgenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.jsp', module='squeakysand-jsp-tldgenerator', version='0.4.0')
)
libraryDependencies += "com.squeakysand.jsp" % "squeakysand-jsp-tldgenerator" % "0.4.0"
[com.squeakysand.jsp/squeakysand-jsp-tldgenerator "0.4.0"]