How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.iru.rts.classic</groupId>
<artifactId>tvqr</artifactId>
<version>tvqr-ws</version>
</dependency>
Choose a version of org.iru.rts.classic : tvqr to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.12 |
tvqr-2.12
|
||
2.11 |
tvqr-2.11
|
||
2.10 |
tvqr-2.10
|
||
tvqr |
tvqr-tvqr-ws
|
||
tvqr-tvqr-bo
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.iru.rts.classic</groupId>
<artifactId>tvqr</artifactId>
<version>tvqr-ws</version>
</dependency>
Advertisement