How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ma1uta.matrix</groupId>
<artifactId>jeon-bom</artifactId>
<version>0.13.1</version>
</dependency>
Choose a version of io.github.ma1uta.matrix : jeon-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13.x |
jeon-bom-0.13.1
|
||
jeon-bom-0.13.0
|
|||
0.12.x |
jeon-bom-0.12.0
|
||
0.11.x |
jeon-bom-0.11.3
|
||
jeon-bom-0.11.2
|
|||
jeon-bom-0.11.1
|
|||
jeon-bom-0.11.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ma1uta.matrix</groupId>
<artifactId>jeon-bom</artifactId>
<version>0.13.1</version>
</dependency>
Advertisement