How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.jonas</groupId>
<artifactId>bootstrap</artifactId>
<version>5.3.0</version>
</dependency>
Choose a version of org.ow2.jonas : bootstrap to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.3.x |
bootstrap-5.3.0
|
||
bootstrap-5.3.0-RC1
|
|||
bootstrap-5.3.0-M7
|
|||
bootstrap-5.3.0-M6
|
|||
bootstrap-5.3.0-M5
|
|||
bootstrap-5.3.0-M4
|
|||
bootstrap-5.3.0-M3
|
|||
bootstrap-5.3.0-M2
|
|||
bootstrap-5.3.0-M1
|
|||
5.2.x |
bootstrap-5.2.4
|
||
bootstrap-5.2.3
|
|||
bootstrap-5.2.2
|
|||
bootstrap-5.2.1
|
|||
bootstrap-5.2.0
|
|||
bootstrap-5.2.0-RC1
|
|||
bootstrap-5.2.0-M5
|
|||
bootstrap-5.2.0-M4
|
|||
bootstrap-5.2.0-M3
|
|||
bootstrap-5.2.0-M2-SR2
|
|||
bootstrap-5.2.0-M2-SR1
|
|||
bootstrap-5.2.0-M2
|
|||
bootstrap-5.2.0-M1
|
|||
5.1.x |
bootstrap-5.1.7
|
||
bootstrap-5.1.6
|
|||
bootstrap-5.1.5
|
|||
bootstrap-5.1.4
|
|||
bootstrap-5.1.3
|
|||
bootstrap-5.1.2
|
|||
bootstrap-5.1.1
|
|||
bootstrap-5.1.0-cxf-2.2
|
|||
bootstrap-5.1.0
|
|||
bootstrap-5.1.0-RC4
|
|||
bootstrap-5.1.0-RC3
|
|||
bootstrap-5.1.0-RC2
|
|||
bootstrap-5.1.0-RC1
|
|||
bootstrap-5.1.0-M5
|
|||
bootstrap-5.1.0-M4
|
|||
bootstrap-5.1.0-M3
|
|||
bootstrap-5.1.0-M2
|
|||
bootstrap-5.1.0-M1
|
|||
5.0.x |
bootstrap-5.0.5
|
||
bootstrap-5.0.4
|
|||
bootstrap-5.0.3
|
|||
bootstrap-5.0.2
|
|||
bootstrap-5.0.1
|
|||
bootstrap-5.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.jonas</groupId>
<artifactId>bootstrap</artifactId>
<version>5.3.0</version>
</dependency>
Advertisement