How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.foodtechlab</groupId>
<artifactId>microservice-integration-messaging</artifactId>
<version>4.0.0</version>
</dependency>
Choose a version of io.foodtechlab : microservice-integration-messaging to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
microservice-integration-messaging-4.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.foodtechlab</groupId>
<artifactId>microservice-integration-messaging</artifactId>
<version>4.0.0</version>
</dependency>
Advertisement