How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ir.msob.jima.report</groupId>
<artifactId>report-api</artifactId>
<version>1.2.0</version>
</dependency>
Choose a version of ir.msob.jima.report : report-api to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
report-api-1.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ir.msob.jima.report</groupId>
<artifactId>report-api</artifactId>
<version>1.2.0</version>
</dependency>
Advertisement