License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdcom.github.marcosemiao.tomcat.listener |
ArtifactId | ArtifactIdjsp-compile-listener |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTomcat Listener : Jsp Compile Listener
Listener web to compile the JSP for startup (all versions before tomcat 8)
|
Project URL |
Project URL |
<!-- 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.1</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.1'
// https://jarcasting.com/artifacts/com.github.marcosemiao.tomcat.listener/jsp-compile-listener/
implementation ("com.github.marcosemiao.tomcat.listener:jsp-compile-listener:1.0.1")
'com.github.marcosemiao.tomcat.listener:jsp-compile-listener:jar:1.0.1'
<dependency org="com.github.marcosemiao.tomcat.listener" name="jsp-compile-listener" rev="1.0.1">
<artifact name="jsp-compile-listener" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.tomcat.listener', module='jsp-compile-listener', version='1.0.1')
)
libraryDependencies += "com.github.marcosemiao.tomcat.listener" % "jsp-compile-listener" % "1.0.1"
[com.github.marcosemiao.tomcat.listener/jsp-compile-listener "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-servlet-api | jar | [7.0.0,8.5.9] |
org.apache.tomcat : tomcat-catalina | jar | [7.0.0,8.5.9] |