JSP TLD Maven Plugin page." > mvncenter: com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.6.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}/jsp/${project.version}/${project.artifactId}/
文件下载
文件名 操作
squeakysand-jsp-tldgenerator-0.6.0.jar 下载
squeakysand-jsp-tldgenerator-0.6.0.pom 下载
squeakysand-jsp-tldgenerator-0.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squeakysand.jsp</groupId>
  <artifactId>squeakysand-jsp-tldgenerator</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.6.0'
Gradle Kotlin
implementation("com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.6.0")
Scala SBT
libraryDependencies += "com.squeakysand.jsp" % "squeakysand-jsp-tldgenerator" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squeakysand.jsp', module='squeakysand-jsp-tldgenerator', version='0.6.0')
)
Apache Ivy
<dependency org="com.squeakysand.jsp" name="squeakysand-jsp-tldgenerator" rev="0.6.0" />
Leiningen
[com.squeakysand.jsp/squeakysand-jsp-tldgenerator "0.6.0"]
Apache Buildr
'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:jar:0.6.0'