How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-bom</artifactId>
<version>4.14.0</version>
</dependency>
Choose a version of net.kyori : adventure-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.14.x |
adventure-bom-4.14.0
|
||
4.13.x |
adventure-bom-4.13.1
|
||
adventure-bom-4.13.0
|
|||
4.12.x |
adventure-bom-4.12.0
|
||
4.11.x |
adventure-bom-4.11.0
|
||
4.10.x |
adventure-bom-4.10.1
|
||
adventure-bom-4.10.0
|
|||
4.9.x |
adventure-bom-4.9.3
|
||
adventure-bom-4.9.2
|
|||
adventure-bom-4.9.1
|
|||
adventure-bom-4.9.0
|
|||
4.8.x |
adventure-bom-4.8.1
|
||
adventure-bom-4.8.0
|
|||
4.7.x |
adventure-bom-4.7.0
|
||
4.6.x |
adventure-bom-4.6.0
|
||
4.5.x |
adventure-bom-4.5.1
|
||
adventure-bom-4.5.0
|
|||
4.4.x |
adventure-bom-4.4.0
|
||
4.3.x |
adventure-bom-4.3.0
|
||
4.2.x |
adventure-bom-4.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-bom</artifactId>
<version>4.14.0</version>
</dependency>
Advertisement