is not current version
Last Version 1.0.1

com.github.marcosemiao.tomcat.listener:jsp-compile-listener 1.0.0

Listener web to compile the JSP for startup (all versions before tomcat 8)

Categories

Categories

Tomcat Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

com.github.marcosemiao.tomcat.listener
ArtifactId

ArtifactId

jsp-compile-listener
Version

Version

1.0.0
Type

Type

jar

Download jsp-compile-listener 1.0.0


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