How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.quarkus.bot</groupId>
<artifactId>build-reporter-parent</artifactId>
<version>3.2.2</version>
</dependency>
Choose a version of io.quarkus.bot : build-reporter-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
build-reporter-parent-3.2.2
|
||
build-reporter-parent-3.2.1
|
|||
build-reporter-parent-3.2.0
|
|||
3.1.x |
build-reporter-parent-3.1.0
|
||
3.0.x |
build-reporter-parent-3.0.0
|
||
build-reporter-parent-3.0.0.Alpha1
|
|||
2.3.x |
build-reporter-parent-2.3.1
|
||
build-reporter-parent-2.3.0
|
|||
2.2.x |
build-reporter-parent-2.2.2
|
||
build-reporter-parent-2.2.1
|
|||
build-reporter-parent-2.2.0
|
|||
2.1.x |
build-reporter-parent-2.1.0
|
||
2.0.x |
build-reporter-parent-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.quarkus.bot</groupId>
<artifactId>build-reporter-parent</artifactId>
<version>3.2.2</version>
</dependency>
Advertisement