MVN

com.github.demidenko05 : a-tomcat-all

Maven & Gradle

Jan 31, 2018
0 stars

Part of Apache Tomcat 68 to precompile JSP/JSTL for A-Jetty. · It used to precompile JSP/JSTL and run those servlets on A-Jetty (Jetty 9.2 adapted for Android).

<dependency>
    <groupId>com.github.demidenko05</groupId>
    <artifactId>a-tomcat-all</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.demidenko05 : a-tomcat-all to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.github.demidenko05 : a-tomcat-all to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
a-tomcat-all-1.0.5
a-tomcat-all-1.0.4
a-tomcat-all-1.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.demidenko05</groupId>
    <artifactId>a-tomcat-all</artifactId>
    <version>1.0.5</version>
</dependency>

Advertisement