How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>livingdoc-confluence</artifactId>
<version>1.3.5</version>
</dependency>
Choose a version of info.novatec.testit : livingdoc-confluence to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
livingdoc-confluence-1.3.5
|
||
livingdoc-confluence-1.3.4
|
|||
livingdoc-confluence-1.3.3
|
|||
livingdoc-confluence-1.3.2
|
|||
livingdoc-confluence-1.3.1
|
|||
livingdoc-confluence-1.3.0
|
|||
1.2.x |
livingdoc-confluence-1.2.3
|
||
livingdoc-confluence-1.2.2
|
|||
livingdoc-confluence-1.2.1
|
|||
livingdoc-confluence-1.2.0
|
|||
1.1.x |
livingdoc-confluence-1.1.4
|
||
livingdoc-confluence-1.1.3
|
|||
livingdoc-confluence-1.1.2
|
|||
1.0.x |
livingdoc-confluence-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>livingdoc-confluence</artifactId>
<version>1.3.5</version>
</dependency>
Advertisement