com.squeakysand.jsp.tagext.annotations package." > mvncenter: com.squeakysand.jsp:jsptld-maven-plugin:0.6.0
j

jsptld-maven-plugin

The JSP TLD Maven Plugin is used to automate the management of JSP Tag Library Descriptors as part of a Maven build. It is intended to decrease the burden on JSP developers associated with writing custom JSP Tag Libraries. The goal is to encourage JSP developers to write better JSP files by using custom JSP Tag Libraries more extensively. The Plugin can process Java annotations on Tag implementation classes and also discover Tag Files (.tag and .tagx files). The Java 5 Annotations recognized by this Plugin are all part of the com.squeakysand.jsp.tagext.annotations package.
${projects.http.url}/jsp/${project.version}/${project.artifactId}/
Files download
File Operation
jsptld-maven-plugin-0.6.0.jar download
jsptld-maven-plugin-0.6.0.pom download
jsptld-maven-plugin-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squeakysand.jsp</groupId>
  <artifactId>jsptld-maven-plugin</artifactId>
  <version>0.6.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.squeakysand.jsp:jsptld-maven-plugin:0.6.0'
Gradle Kotlin
implementation("com.squeakysand.jsp:jsptld-maven-plugin:0.6.0")
Scala SBT
libraryDependencies += "com.squeakysand.jsp" % "jsptld-maven-plugin" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squeakysand.jsp', module='jsptld-maven-plugin', version='0.6.0')
)
Apache Ivy
<dependency org="com.squeakysand.jsp" name="jsptld-maven-plugin" rev="0.6.0" />
Leiningen
[com.squeakysand.jsp/jsptld-maven-plugin "0.6.0"]
Apache Buildr
'com.squeakysand.jsp:jsptld-maven-plugin:jar:0.6.0'