An open API service indexing awesome lists of open source software.

https://github.com/googlecloudplatform/appengine-plugins

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
https://github.com/googlecloudplatform/appengine-plugins

appengine appengine-java appengine-sdk cloud-sdk gcloud gcloud-sdk java

Last synced: about 2 months ago
JSON representation

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.

Awesome Lists containing this project

README

          

This repository hosts the Google App Engine Maven and Gradle plugins:

- [app-maven-plugin](./app-maven-plugin): [App Engine Maven Plugin user document](https://cloud.google.com/appengine/docs/standard/java-gen2/using-maven)
- [app-gradle-plugin](./app-gradle-plugin): [App Engine Gradle Plugin user document](https://cloud.google.com/appengine/docs/standard/java-gen2/using-gradle)
- [appengine-plugins-core](./appengine-plugins-core): This is a shared utility library for the two plugins above.

## Requirements

The libraries in this repository require Java 1.8 or higher to run.
This repository requires Maven and Java 1.8 or higher to build.