How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>myboot-bom</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of com.github.fmjsjx : myboot-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
myboot-bom-3.0.0
|
||
myboot-bom-3.0.0-RC1
|
|||
2.0.x |
myboot-bom-2.0.0
|
||
myboot-bom-2.0.0-RC2
|
|||
myboot-bom-2.0.0-RC1
|
|||
1.1.x |
myboot-bom-1.1.12
|
||
myboot-bom-1.1.11
|
|||
myboot-bom-1.1.11-RC2
|
|||
myboot-bom-1.1.11-RC1
|
|||
myboot-bom-1.1.10
|
|||
myboot-bom-1.1.9
|
|||
myboot-bom-1.1.8
|
|||
myboot-bom-1.1.7
|
|||
myboot-bom-1.1.6
|
|||
myboot-bom-1.1.5
|
|||
myboot-bom-1.1.4
|
|||
myboot-bom-1.1.3
|
|||
myboot-bom-1.1.2
|
|||
myboot-bom-1.1.1
|
|||
myboot-bom-1.1.0
|
|||
1.0.x |
myboot-bom-1.0.3.Final
|
||
myboot-bom-1.0.2.Final
|
|||
myboot-bom-1.0.1.Final
|
|||
myboot-bom-1.0.0.Final
|
|||
myboot-bom-1.0.0.M3
|
|||
myboot-bom-1.0.0.M2
|
|||
myboot-bom-1.0.0.M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>myboot-bom</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement