How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.natanfudge</groupId>
<artifactId>artifice</artifactId>
<version>0.15.5+21w07a</version>
</dependency>
Choose a version of io.github.natanfudge : artifice to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.15.x |
artifice-0.15.5+21w07a
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.natanfudge</groupId>
<artifactId>artifice</artifactId>
<version>0.15.5+21w07a</version>
</dependency>
Advertisement