How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shepherdviolet.glacimon</groupId>
<artifactId>glacimon-bom</artifactId>
<version>2023.1.2</version>
</dependency>
Choose a version of com.github.shepherdviolet.glacimon : glacimon-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2023.1.x |
glacimon-bom-2023.1.2
|
||
glacimon-bom-2023.1.1
|
|||
glacimon-bom-2023.1.0
|
|||
2023.0.x |
glacimon-bom-2023.0.1
|
||
glacimon-bom-2023.0.0
|
|||
2022.3.x |
glacimon-bom-2022.3.0
|
||
2022.2.x |
glacimon-bom-2022.2.0
|
||
2022.1.x |
glacimon-bom-2022.1.2
|
||
glacimon-bom-2022.1.1
|
|||
glacimon-bom-2022.1.0
|
|||
2022.0.x |
glacimon-bom-2022.0.2
|
||
glacimon-bom-2022.0.1
|
|||
glacimon-bom-2022.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shepherdviolet.glacimon</groupId>
<artifactId>glacimon-bom</artifactId>
<version>2023.1.2</version>
</dependency>
Advertisement