How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.apiwiz.astrum</groupId>
<artifactId>astrum</artifactId>
<version>0.1</version>
</dependency>
Choose a version of io.apiwiz.astrum : astrum to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1 |
astrum-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.apiwiz.astrum</groupId>
<artifactId>astrum</artifactId>
<version>0.1</version>
</dependency>
Advertisement