MVN

io.quarkus : quarkus-platform-parent

Maven & Gradle

Oct 17, 2019
116 stars

Quarkus Platform - Parent pom · Quarkus Platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-platform-parent</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.quarkus : quarkus-platform-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of io.quarkus : quarkus-platform-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
quarkus-platform-parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-platform-parent</artifactId>
    <version>0.0.1</version>
</dependency>

Advertisement