How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.tutteli.atrium</groupId>
<artifactId>atrium-core-common</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of ch.tutteli.atrium : atrium-core-common to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
atrium-core-common-1.0.0
|
||
atrium-core-common-1.0.0-RC2
|
|||
0.18.x |
atrium-core-common-0.18.0
|
||
0.17.x |
atrium-core-common-0.17.0
|
||
atrium-core-common-0.17.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.tutteli.atrium</groupId>
<artifactId>atrium-core-common</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement