quarkus-amazon-lambda-rest-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-amazon-lambda-rest-parent</artifactId> <version>3.21.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>quarkus-extensions-parent</artifactId> <groupId>io.quarkus</groupId> <version>3.21.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>quarkus-amazon-lambda-rest-parent</artifactId> <name>Quarkus - Amazon Lambda AWS Gateway REST API</name> <packaging>pom</packaging> <modules> <module>runtime</module> <module>rest-event-server</module> <module>deployment</module> <module>maven-archetype</module> </modules> </project>