How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jgeppert.struts2.bootstrap</groupId>
<artifactId>bootstrap</artifactId>
<version>5.0.2</version>
</dependency>
Choose a version of com.jgeppert.struts2.bootstrap : bootstrap to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
bootstrap-5.0.2
|
||
bootstrap-5.0.1
|
|||
bootstrap-5.0.0
|
|||
4.0.x |
bootstrap-4.0.1
|
||
bootstrap-4.0.0
|
|||
2.5.x |
bootstrap-2.5.2
|
||
bootstrap-2.5.1
|
|||
bootstrap-2.5.0
|
|||
2.0.x |
bootstrap-2.0.4
|
||
bootstrap-2.0.3
|
|||
bootstrap-2.0.2
|
|||
bootstrap-2.0.1
|
|||
bootstrap-2.0.0
|
|||
1.7.x |
bootstrap-1.7.0
|
||
1.6.x |
bootstrap-1.6.1
|
||
bootstrap-1.6.0
|
|||
1.5.x |
bootstrap-1.5.2
|
||
bootstrap-1.5.1
|
|||
bootstrap-1.5.0
|
|||
1.4.x |
bootstrap-1.4.3
|
||
bootstrap-1.4.2
|
|||
bootstrap-1.4.1
|
|||
bootstrap-1.4.0
|
|||
1.3.x |
bootstrap-1.3.0
|
||
1.2.x |
bootstrap-1.2.1
|
||
bootstrap-1.2.0
|
|||
1.1.x |
bootstrap-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jgeppert.struts2.bootstrap</groupId>
<artifactId>bootstrap</artifactId>
<version>5.0.2</version>
</dependency>
Advertisement