How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-parent-2.0</artifactId>
<version>1.0.3</version>
</dependency>
Choose a version of io.smallrye : smallrye-health-parent-2.0 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
smallrye-health-parent-2.0-1.0.3
|
||
smallrye-health-parent-2.0-1.0.2
|
|||
smallrye-health-parent-2.0-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-parent-2.0</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement