How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>plantuml-maven-plugin-parent</artifactId>
<version>0.2.6</version>
</dependency>
Choose a version of com.github.davidmoten : plantuml-maven-plugin-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
plantuml-maven-plugin-parent-0.2.6
|
||
plantuml-maven-plugin-parent-0.2.5
|
|||
plantuml-maven-plugin-parent-0.2.4
|
|||
plantuml-maven-plugin-parent-0.2.3
|
|||
plantuml-maven-plugin-parent-0.2.2
|
|||
plantuml-maven-plugin-parent-0.2.1
|
|||
0.2 |
plantuml-maven-plugin-parent-0.2
|
||
0.1.x |
plantuml-maven-plugin-parent-0.1.9
|
||
plantuml-maven-plugin-parent-0.1.8
|
|||
plantuml-maven-plugin-parent-0.1.7
|
|||
plantuml-maven-plugin-parent-0.1.6
|
|||
plantuml-maven-plugin-parent-0.1.5
|
|||
plantuml-maven-plugin-parent-0.1.4
|
|||
plantuml-maven-plugin-parent-0.1.3
|
|||
plantuml-maven-plugin-parent-0.1.2
|
|||
plantuml-maven-plugin-parent-0.1.1
|
|||
0.1 |
plantuml-maven-plugin-parent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>plantuml-maven-plugin-parent</artifactId>
<version>0.2.6</version>
</dependency>
Advertisement