Create Java project with Maven archetype quarkus-amazon-lambda-http-v1-archetype

Build parent to bring in required dependencies

Create a Java Project by archetype quarkus-amazon-lambda-http-v1-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.quarkus"   -DarchetypeArtifactId="quarkus-amazon-lambda-http-v1-archetype"   -DarchetypeVersion="1.12.2.Final"   -DinteractiveMode=false 

Details about maven archetype quarkus-amazon-lambda-http-v1-archetype

License

License

GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-amazon-lambda-http-v1-archetype
Version

Version

1.12.2.Final
Type

Type

maven-archetype
Description

Description

Quarkus - Amazon Lambda HTTP V1 - Archetype
Build parent to bring in required dependencies
Project Organization

Project Organization

JBoss by Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.quarkus -DarchetypeArtifactId=quarkus-amazon-lambda-http-v1-archetype -DarchetypeVersion=1.12.2.Final -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.