How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.kouleen.breadlib</groupId>
<artifactId>breadlib-minecraft-plugin-parent</artifactId>
<version>1.0.2</version>
</dependency>
Choose a version of io.github.kouleen.breadlib : breadlib-minecraft-plugin-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
breadlib-minecraft-plugin-parent-1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.kouleen.breadlib</groupId>
<artifactId>breadlib-minecraft-plugin-parent</artifactId>
<version>1.0.2</version>
</dependency>
Advertisement