MVN

org.openforis.calc : calc-installer

Maven & Gradle

Feb 19, 2021

Open Foris Calc Installer · Module to create the installers for Open Foris Calc. They are produced by running the package phase with -Passembly parameter

<dependency>
    <groupId>org.openforis.calc</groupId>
    <artifactId>calc-installer</artifactId>
    <version>2.1-a19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openforis.calc : calc-installer to add to Maven - Latest Versions:

  • Latest Stable: 2.1-a19

All Versions

Choose a version of org.openforis.calc : calc-installer to add to Maven - All 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

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>