How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tourapp.thin</groupId>
<artifactId>tourapp-thin-tour-reactor</artifactId>
<version>0.8.1</version>
</dependency>
Choose a version of com.tourapp.thin : tourapp-thin-tour-reactor to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
tourapp-thin-tour-reactor-0.8.1
|
||
tourapp-thin-tour-reactor-0.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tourapp.thin</groupId>
<artifactId>tourapp-thin-tour-reactor</artifactId>
<version>0.8.1</version>
</dependency>
Advertisement