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