MVN

com.opentable : spring-archetype-service

Maven & Gradle

Dec 13, 2018

OpenTable Spring JAX-RS Service archetype

mvn archetype:generate -DarchetypeGroupId=com.opentable -DarchetypeArtifactId=spring-archetype-service -DarchetypeVersion=0.0.8
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opentable : spring-archetype-service to generate a Maven project - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of com.opentable : spring-archetype-service to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-archetype-service-0.0.8
spring-archetype-service-0.0.7

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.opentable -DarchetypeArtifactId=spring-archetype-service -DarchetypeVersion=0.0.8

Advertisement