How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.rremer</groupId>
<artifactId>minecraft-modpack-steampunk-image</artifactId>
<version>1.18.2-2</version>
</dependency>
Choose a version of com.github.rremer : minecraft-modpack-steampunk-image to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.18.x |
minecraft-modpack-steampunk-image-1.18.2-2
|
||
minecraft-modpack-steampunk-image-1.18.2-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.rremer</groupId>
<artifactId>minecraft-modpack-steampunk-image</artifactId>
<version>1.18.2-2</version>
</dependency>
Advertisement