How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.lra</groupId>
<artifactId>microprofile-lra-parent</artifactId>
<version>2.0</version>
</dependency>
Choose a version of org.eclipse.microprofile.lra : microprofile-lra-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0 |
microprofile-lra-parent-2.0
|
||
microprofile-lra-parent-2.0-RC1
|
|||
1.0 |
microprofile-lra-parent-1.0
|
||
microprofile-lra-parent-1.0-RC3
|
|||
microprofile-lra-parent-1.0-RC2
|
|||
microprofile-lra-parent-1.0-M2
|
|||
microprofile-lra-parent-1.0-M1
|
|||
microprofile-lra-parent-1.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.lra</groupId>
<artifactId>microprofile-lra-parent</artifactId>
<version>2.0</version>
</dependency>
Advertisement