How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-testsuite</artifactId>
<version>6.2.5.Final</version>
</dependency>
Choose a version of org.jboss.resteasy : resteasy-testsuite to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.2.x |
resteasy-testsuite-6.2.5.Final
|
||
resteasy-testsuite-6.2.4.Final
|
|||
resteasy-testsuite-6.2.3.Final
|
|||
resteasy-testsuite-6.2.2.Final
|
|||
resteasy-testsuite-6.2.1.Final
|
|||
resteasy-testsuite-6.2.0.Final
|
|||
resteasy-testsuite-6.2.0.Beta1
|
|||
6.1.x |
resteasy-testsuite-6.1.0.Final
|
||
resteasy-testsuite-6.1.0.Beta3
|
|||
resteasy-testsuite-6.1.0.Beta2
|
|||
resteasy-testsuite-6.1.0.Beta1
|
|||
resteasy-testsuite-6.1.0.Alpha1
|
|||
6.0.x |
resteasy-testsuite-6.0.3.Final
|
||
resteasy-testsuite-6.0.2.Final
|
|||
resteasy-testsuite-6.0.1.Final
|
|||
resteasy-testsuite-6.0.0.Final
|
|||
resteasy-testsuite-6.0.0.Beta1
|
|||
5.0.x |
resteasy-testsuite-5.0.8.Final
|
||
resteasy-testsuite-5.0.7.Final
|
|||
resteasy-testsuite-5.0.6.Final
|
|||
resteasy-testsuite-5.0.5.Final
|
|||
resteasy-testsuite-5.0.4.Final
|
|||
resteasy-testsuite-5.0.3.Final
|
|||
resteasy-testsuite-5.0.2.Final
|
|||
resteasy-testsuite-5.0.1.Final
|
|||
resteasy-testsuite-5.0.0.Final
|
|||
resteasy-testsuite-5.0.0.Beta3
|
|||
resteasy-testsuite-5.0.0.Beta2
|
|||
resteasy-testsuite-5.0.0.Beta1
|
|||
resteasy-testsuite-5.0.0.Alpha1
|
|||
4.7.x |
resteasy-testsuite-4.7.9.Final
|
||
resteasy-testsuite-4.7.8.Final
|
|||
resteasy-testsuite-4.7.7.Final
|
|||
resteasy-testsuite-4.7.6.Final
|
|||
resteasy-testsuite-4.7.5.Final
|
|||
resteasy-testsuite-4.7.4.Final
|
|||
resteasy-testsuite-4.7.3.Final
|
|||
resteasy-testsuite-4.7.2.Final
|
|||
resteasy-testsuite-4.7.1.Final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-testsuite</artifactId>
<version>6.2.5.Final</version>
</dependency>
Advertisement