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