How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>base</artifactId>
<version>1.5.1</version>
</dependency>
Choose a version of org.ops4j : base to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
base-1.5.1
|
||
base-1.5.0
|
|||
1.4.x |
base-1.4.0
|
||
1.3.x |
base-1.3.0
|
||
1.2.x |
base-1.2.5
|
||
base-1.2.4
|
|||
base-1.2.3
|
|||
base-1.2.2
|
|||
base-1.2.1
|
|||
base-1.2.0
|
|||
1.1.x |
base-1.1.0
|
||
1.0.x |
base-1.0.0
|
||
ops4j |
base-ops4j-base-util-xml
|
||
base-ops4j-base-util-property
|
|||
base-ops4j-base-util-collections
|
|||
base-ops4j-base-util
|
|||
base-ops4j-base-store
|
|||
base-ops4j-base-spi
|
|||
base-ops4j-base-net
|
|||
base-ops4j-base-monitors
|
|||
base-ops4j-base-lang
|
|||
base-ops4j-base-io
|
|||
base-ops4j-base-exec
|
|||
base-ops4j-base
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>base</artifactId>
<version>1.5.1</version>
</dependency>
Advertisement