How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.pixeloutlaw.spigot-commons</groupId>
<artifactId>spigot-commons-bom</artifactId>
<version>1.17.1.0</version>
</dependency>
Choose a version of io.pixeloutlaw.spigot-commons : spigot-commons-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.17.x |
spigot-commons-bom-1.17.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.pixeloutlaw.spigot-commons</groupId>
<artifactId>spigot-commons-bom</artifactId>
<version>1.17.1.0</version>
</dependency>
Advertisement