How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.umlg</groupId>
<artifactId>blueprints</artifactId>
<version>2.0.11</version>
</dependency>
Choose a version of org.umlg : blueprints to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
blueprints-2.0.11
|
||
blueprints-2.0.10
|
|||
blueprints-2.0.8
|
|||
blueprints-2.0.7
|
|||
blueprints-2.0.6
|
|||
blueprints-2.0.4
|
|||
blueprints-2.0.3
|
|||
blueprints-2.0.2
|
|||
blueprints-2.0.1
|
|||
blueprints-2.0.0
|
|||
1.2.x |
blueprints-1.2.5
|
||
blueprints-1.2.3
|
|||
blueprints-1.2.2
|
|||
1.1.x |
blueprints-1.1.0.RC2
|
||
blueprints-1.1.0.RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.umlg</groupId>
<artifactId>blueprints</artifactId>
<version>2.0.11</version>
</dependency>
Advertisement