MVN

com.google.appengine.archetypes : hello-endpoints-archetype

Maven & Gradle

May 27, 2017

hello-endpoints-archetype · A simple starter application using Cloud Endpoints Frameworks with Google App Engine Standard

mvn archetype:generate -DarchetypeGroupId=com.google.appengine.archetypes -DarchetypeArtifactId=hello-endpoints-archetype -DarchetypeVersion=2.0.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.appengine.archetypes : hello-endpoints-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.google.appengine.archetypes : hello-endpoints-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.0.x
hello-endpoints-archetype-2.0.0
1.1.x
hello-endpoints-archetype-1.1.5-1.9.38
hello-endpoints-archetype-1.1.4-1.9.25
hello-endpoints-archetype-1.1.4-1.9.21
hello-endpoints-archetype-1.1.3-1.9.20
hello-endpoints-archetype-1.1.2-1.9.20
hello-endpoints-archetype-1.1.1-1.9.4
1.1
hello-endpoints-archetype-1.1
1.0
hello-endpoints-archetype-1.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.google.appengine.archetypes -DarchetypeArtifactId=hello-endpoints-archetype -DarchetypeVersion=2.0.0