How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>jmap-integration-testing</artifactId>
<version>3.4.0</version>
</dependency>
Choose a version of org.apache.james : jmap-integration-testing to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.4.x |
jmap-integration-testing-3.4.0
|
||
3.3.x |
jmap-integration-testing-3.3.0
|
||
3.2.x |
jmap-integration-testing-3.2.0
|
||
3.1.x |
jmap-integration-testing-3.1.0
|
||
3.0.x |
jmap-integration-testing-3.0.1
|
||
jmap-integration-testing-3.0.0
|
|||
jmap-integration-testing-3.0.0-RC1
|
|||
jmap-integration-testing-3.0.0-beta5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>jmap-integration-testing</artifactId>
<version>3.4.0</version>
</dependency>
Advertisement