a

a-tomcat-all

It used to precompile JSP/JSTL and run those servlets on A-Jetty (Jetty 9.2 adapted for Android).
https://sites.google.com/site/beigesoftware
The Apache Software License, Version 2.0 The Eclipse Public License, Version 1.0 CDDL + GPLv2 with classpath exception
Craig R. McClanahan Vivek Chopra Peter Rossbach Gabriele Garuglieri Mark Roth Harish Prabandham Kin-man Chung Anil K. Vijendran Jean-Francois Arcand Remy Maucherat Tim Fennell Pierre Delisle Shawn Bayern Nathan Abramson Hans Bergsten Scott Hasse Justyna Horwat Mark A. Kolb Jan Luehe Glenn Nielsen Dmitri Plotnikov Felipe Leme Henri Yandell Bjorn Townsend Andy Clark Neil Graham Rahul Srivastava Michael Glavassevich Arnaud Le Hors Eric Ye Glenn Marcy TAMURA Kent Costin Manolache Jacob Hookom Mandar Raje Rajiv Mordani Yoav Shapira M. Dahm D. Brosius James Todd Mel Martinez Filip Hanik Richard A. Sitze Rod Waldhoff Scott Sanders
文件下载
文件名 操作
a-tomcat-all-1.0.5.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.demidenko05</groupId>
  <artifactId>a-tomcat-all</artifactId>
  <version>1.0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.demidenko05:a-tomcat-all:1.0.5'
Gradle Kotlin
implementation("com.github.demidenko05:a-tomcat-all:1.0.5")
Scala SBT
libraryDependencies += "com.github.demidenko05" % "a-tomcat-all" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.demidenko05', module='a-tomcat-all', version='1.0.5')
)
Apache Ivy
<dependency org="com.github.demidenko05" name="a-tomcat-all" rev="1.0.5" />
Leiningen
[com.github.demidenko05/a-tomcat-all "1.0.5"]
Apache Buildr
'com.github.demidenko05:a-tomcat-all:jar:1.0.5'