a

a-jetty

A-Jetty for Android. It is Jetty 9.2 adapted for Android configured as minimum server with WebAppDeployer that can deploy ordinal WAR (JSP/JSTL must be precompeled into servlets)
http://www.beigesoft.org
The Eclipse Public License, Version 1.0 The Apache Software License, Version 2.0 GNU General Public License version 2
Yury Demidenko
Files download
File Operation
a-jetty-1.0.1.jar download
a-jetty-1.0.1.pom download
a-jetty-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.demidenko05</groupId>
  <artifactId>a-jetty</artifactId>
  <version>1.0.1</version>
  <type>apk</type>
</dependency>
Gradle Groovy
implementation 'com.github.demidenko05:a-jetty:1.0.1'
Gradle Kotlin
implementation("com.github.demidenko05:a-jetty:1.0.1")
Scala SBT
libraryDependencies += "com.github.demidenko05" % "a-jetty" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.demidenko05', module='a-jetty', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.demidenko05" name="a-jetty" rev="1.0.1" />
Leiningen
[com.github.demidenko05/a-jetty "1.0.1"]
Apache Buildr
'com.github.demidenko05:a-jetty:jar:1.0.1'