MVN

com.google.appengine : jetty9-compat

Maven & Gradle

Jan 14, 2016

Google App Engine Image with GAE Compatibility (jetty9-compat)

<dependency>
    <groupId>com.google.appengine</groupId>
    <artifactId>jetty9-compat</artifactId>
    <version>1.9.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.appengine : jetty9-compat to add to Maven - Latest Versions:

  • Latest Stable: 1.9.31

All Versions

Choose a version of com.google.appengine : jetty9-compat to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
jetty9-compat-1.9.31

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.appengine</groupId>
    <artifactId>jetty9-compat</artifactId>
    <version>1.9.31</version>
</dependency>