How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j.pax.wicket.samples.blueprint</groupId>
<artifactId>blueprint</artifactId>
<version>5.0.0</version>
</dependency>
Choose a version of org.ops4j.pax.wicket.samples.blueprint : blueprint to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
blueprint-5.0.0
|
||
blueprint-5.0.0-RC1
|
|||
4.0.x |
blueprint-4.0.0
|
||
3.0.x |
blueprint-3.0.4
|
||
blueprint-3.0.2
|
|||
blueprint-3.0.1
|
|||
blueprint-3.0.0
|
|||
2.1.x |
blueprint-2.1.1
|
||
blueprint-2.1.0
|
|||
2.0.x |
blueprint-2.0.1
|
||
blueprint-2.0.0
|
|||
1.2.x |
blueprint-1.2.2
|
||
blueprint-1.2.1
|
|||
blueprint-1.2.0
|
|||
1.1.x |
blueprint-1.1.2
|
||
blueprint-1.1.1
|
|||
blueprint-1.1.0
|
|||
1.0.x |
blueprint-1.0.3
|
||
blueprint-1.0.2
|
|||
blueprint-1.0.1
|
|||
blueprint-1.0.0
|
|||
0.8.x |
blueprint-0.8.11
|
||
blueprint-0.8.10
|
|||
blueprint-0.8.9
|
|||
blueprint-0.8.8
|
|||
blueprint-0.8.7
|
|||
blueprint-0.8.6
|
|||
blueprint-0.8.5
|
|||
blueprint-0.8.4
|
|||
blueprint-0.8.3
|
|||
blueprint-0.8.2
|
|||
blueprint-0.8.1
|
|||
blueprint-0.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j.pax.wicket.samples.blueprint</groupId>
<artifactId>blueprint</artifactId>
<version>5.0.0</version>
</dependency>
Advertisement