How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>xuml-tools</artifactId>
<version>0.6</version>
</dependency>
Choose a version of com.github.davidmoten : xuml-tools to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6 |
xuml-tools-0.6
|
||
0.5 |
xuml-tools-0.5
|
||
0.4.x |
xuml-tools-0.4.3
|
||
xuml-tools-0.4.2
|
|||
xuml-tools-0.4.1
|
|||
0.3.x |
xuml-tools-0.3.1
|
||
0.3 |
xuml-tools-0.3
|
||
0.2.x |
xuml-tools-0.2.2
|
||
xuml-tools-0.2.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>xuml-tools</artifactId>
<version>0.6</version>
</dependency>
Advertisement