How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>jmap-rfc-8621-integration-tests</artifactId>
<version>3.8.0</version>
</dependency>
Choose a version of org.apache.james : jmap-rfc-8621-integration-tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.8.x |
jmap-rfc-8621-integration-tests-3.8.0
|
||
3.7.x |
jmap-rfc-8621-integration-tests-3.7.4
|
||
jmap-rfc-8621-integration-tests-3.7.3
|
|||
jmap-rfc-8621-integration-tests-3.7.2
|
|||
jmap-rfc-8621-integration-tests-3.7.1
|
|||
jmap-rfc-8621-integration-tests-3.7.0
|
|||
3.6.x |
jmap-rfc-8621-integration-tests-3.6.2
|
||
jmap-rfc-8621-integration-tests-3.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>jmap-rfc-8621-integration-tests</artifactId>
<version>3.8.0</version>
</dependency>
Advertisement