How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jboss.resteasy.microprofile</groupId>
<artifactId>testsuite</artifactId>
<version>2.1.3.Final</version>
</dependency>
Choose a version of org.jboss.resteasy.microprofile : testsuite to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
testsuite-2.1.3.Final
|
||
testsuite-2.1.2.Final
|
|||
testsuite-2.1.1.Final
|
|||
testsuite-2.1.0.Final
|
|||
2.0.x |
testsuite-2.0.0.Final
|
||
testsuite-2.0.0.Beta1
|
|||
1.0.x |
testsuite-1.0.0.Final
|
||
testsuite-1.0.0.Beta1
|
|||
testsuite-1.0.0.Alpha2
|
|||
testsuite-1.0.0.Alpha1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jboss.resteasy.microprofile</groupId>
<artifactId>testsuite</artifactId>
<version>2.1.3.Final</version>
</dependency>
Advertisement