JSP TLD Maven Plugin page." > mvncenter: com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.3.0
s

squeakysand-jsp-tldgenerator

Tool for automating the generation of JSP Custom Tag Library Descriptor (.tld) 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 JSP TLD Maven Plugin page.
${projects.http.url}/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/${project.version}/
Files download
File Operation
squeakysand-jsp-tldgenerator-0.3.0.jar download
squeakysand-jsp-tldgenerator-0.3.0.pom download
squeakysand-jsp-tldgenerator-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squeakysand.jsp</groupId>
  <artifactId>squeakysand-jsp-tldgenerator</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.3.0'
Gradle Kotlin
implementation("com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.3.0")
Scala SBT
libraryDependencies += "com.squeakysand.jsp" % "squeakysand-jsp-tldgenerator" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squeakysand.jsp', module='squeakysand-jsp-tldgenerator', version='0.3.0')
)
Apache Ivy
<dependency org="com.squeakysand.jsp" name="squeakysand-jsp-tldgenerator" rev="0.3.0" />
Leiningen
[com.squeakysand.jsp/squeakysand-jsp-tldgenerator "0.3.0"]
Apache Buildr
'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:jar:0.3.0'