License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.incubator |
ArtifactId | ArtifactIdjersey-gae-integration |
Last Version | Last Version3.1.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjersey-ext-gae-integration
Jersey extension module providing support for Google App Engine integration.
NOTE: IT DOES NOT WORK YET BECAUSE OF GAE SERVLET 2.5 (see https://java.net/jira/browse/JERSEY-1853)!!!
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.incubator/jersey-gae-integration/ -->
<dependency>
<groupId>org.glassfish.jersey.incubator</groupId>
<artifactId>jersey-gae-integration</artifactId>
<version>3.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.incubator/jersey-gae-integration/
implementation 'org.glassfish.jersey.incubator:jersey-gae-integration:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.incubator/jersey-gae-integration/
implementation ("org.glassfish.jersey.incubator:jersey-gae-integration:3.1.0-M3")
'org.glassfish.jersey.incubator:jersey-gae-integration:jar:3.1.0-M3'
<dependency org="org.glassfish.jersey.incubator" name="jersey-gae-integration" rev="3.1.0-M3">
<artifact name="jersey-gae-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.incubator', module='jersey-gae-integration', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.incubator" % "jersey-gae-integration" % "3.1.0-M3"
[org.glassfish.jersey.incubator/jersey-gae-integration "3.1.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-server | jar | 3.1.0-M3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.appengine : appengine-api-1.0-sdk | jar | 1.9.59 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.inject : jersey-hk2 | jar | 3.1.0-M3 |