How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openforis.calc</groupId>
<artifactId>calc-installer</artifactId>
<version>2.1-a19</version>
</dependency>
Choose a version of org.openforis.calc : calc-installer to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1 |
calc-installer-2.1-a19
|
||
calc-installer-2.1-a18
|
|||
calc-installer-2.1-a17
|
|||
2.1.x |
calc-installer-2.1.a16
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openforis.calc</groupId>
<artifactId>calc-installer</artifactId>
<version>2.1-a19</version>
</dependency>
Advertisement