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