How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.axway.ats.framework</groupId>
<artifactId>ats-framework</artifactId>
<version>4.0.8</version>
</dependency>
Choose a version of com.axway.ats.framework : ats-framework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
ats-framework-4.0.8
|
||
ats-framework-4.0.7
|
|||
ats-framework-4.0.6
|
|||
ats-framework-4.0.5
|
|||
ats-framework-4.0.4
|
|||
ats-framework-4.0.3
|
|||
ats-framework-4.0.2
|
|||
ats-framework-4.0.0
|
|||
ats-framework-4.0.0-SHAPSHOT
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.axway.ats.framework</groupId>
<artifactId>ats-framework</artifactId>
<version>4.0.8</version>
</dependency>
Advertisement