How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.Rosemoe.sora-editor</groupId>
<artifactId>bom</artifactId>
<version>0.22.1</version>
</dependency>
Choose a version of io.github.Rosemoe.sora-editor : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.22.x |
bom-0.22.1
|
||
bom-0.22.0
|
|||
0.21.x |
bom-0.21.1
|
||
bom-0.21.0
|
|||
0.20.x |
bom-0.20.4
|
||
bom-0.20.3
|
|||
bom-0.20.2
|
|||
bom-0.20.1
|
|||
bom-0.20.0
|
|||
0.19.x |
bom-0.19.0
|
||
0.18.x |
bom-0.18.1
|
||
bom-0.18.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.Rosemoe.sora-editor</groupId>
<artifactId>bom</artifactId>
<version>0.22.1</version>
</dependency>
Advertisement