Tynamo packaged ESXX httpclient support for GAE.
Tynamo packaged httpclient support for Google App Engine from esxx.org.
Here is the list of declaration for esxx-httpclient-gae. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.tynamo.gae</groupId> <artifactId>esxx-httpclient-gae</artifactId> <version>0.0.1</version> </dependency>
If you think this Maven repository POM file listing for esxx-httpclient-gae is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU Lesser General Public License, version 3.0
URL: http://www.gnu.org/licenses/lgpl.html.
The esxx-httpclient-gae-0.0.1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Web Framework | appengine-api-1.0-sdk 1.3.0 APIs that App Engine provides to you to build your application. | 22 |
The following packages are defined in the esxx-httpclient-gae-0.0.1.jar
org.esxx.js.protocol
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.tynamo.gae</groupId> <artifactId>esxx-httpclient-gae</artifactId> <name>Tynamo packaged ESXX httpclient support for GAE</name> <packaging>jar</packaging> <version>0.0.1</version> <description>Tynamo packaged httpclient support for Google App Engine from esxx.org</description> <parent> <groupId>org.tynamo</groupId> <artifactId>tynamo-parent</artifactId> <version>0.0.6</version> </parent> <licenses> <license> <name>GNU Lesser General Public License, version 3.0</name> <url>http://www.gnu.org/licenses/lgpl.html</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-api-1.0-sdk</artifactId> <version>1.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.1-beta1</version> <scope>compile</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <!-- Skip javadoc execution because it fails on: http://jira.codehaus.org/browse/MJAVADOC-274. There's package-private class, is that reason? Anyway, javadoc is not needed --> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <configuration> <skip>false</skip> </configuration> </plugin> </plugins> </pluginManagement> </build> <distributionManagement> <site> <id>tynamo-site</id> <!-- Note the url. Only static files deployed in /constant/ can be decorated by Unity --> <url>dav:https://dav.codehaus.org/tynamo/constant/sites/esxx-httpclient-gae</url> </site> </distributionManagement> <scm> <connection>scm:svn:http://svn.codehaus.org/tynamo/tags/esxx-httpclient-gae-0.0.1</connection> <developerConnection>scm:svn:https://svn.codehaus.org/tynamo/tags/esxx-httpclient-gae-0.0.1</developerConnection> <url>http://svn.tynamo.codehaus.org/tynamo/tags/esxx-httpclient-gae-0.0.1</url> </scm> </project>