MVN

org.openforis.calc : calc-server

Maven & Gradle

Feb 19, 2021
2 usages

Open Foris Calc Server

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

Latest Version

Choose a version of org.openforis.calc : calc-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1-a19

All Versions

Choose a version of org.openforis.calc : calc-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
calc-server-2.1-a19
calc-server-2.1-a18
calc-server-2.1-a17
2.1.x
calc-server-2.1.a16

How to add a dependency to Maven

Add the following org.openforis.calc : calc-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openforis.calc</groupId>
    <artifactId>calc-server</artifactId>
    <version>2.1-a19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openforis.calc : calc-server gradle dependency to your build.gradle file:

implementation 'org.openforis.calc:calc-server:2.1-a19'

Gradle Kotlin DSL: Add the following org.openforis.calc : calc-server gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openforis.calc:calc-server:2.1-a19")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openforis.calc : calc-server sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openforis.calc" % "calc-server" % "2.1-a19"

Advertisement