MVN

org.openforis.collect.earth : collect-earth-app

Maven & Gradle

Jul 06, 2023
39 stars

Collect Earth Application

<dependency>
    <groupId>org.openforis.collect.earth</groupId>
    <artifactId>collect-earth-app</artifactId>
    <version>1.20.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openforis.collect.earth : collect-earth-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20.6

All Versions

Choose a version of org.openforis.collect.earth : collect-earth-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20.x
collect-earth-app-1.20.6
collect-earth-app-1.20.5
collect-earth-app-1.20.3
1.15.x
collect-earth-app-1.15.11
collect-earth-app-1.15.09
collect-earth-app-1.15.08
collect-earth-app-1.15.05
collect-earth-app-1.15.03
collect-earth-app-1.15.02
1.14.x
collect-earth-app-1.14.19
collect-earth-app-1.14.17
collect-earth-app-1.14.16
collect-earth-app-1.14.15
collect-earth-app-1.14.14
collect-earth-app-1.14.12
collect-earth-app-1.14.10
collect-earth-app-1.14.9
collect-earth-app-1.14.8
collect-earth-app-1.14.6
collect-earth-app-1.14.5
collect-earth-app-1.14.4
collect-earth-app-1.14.2
collect-earth-app-1.14.1
collect-earth-app-1.14.0
1.13.x
collect-earth-app-1.13.5
collect-earth-app-1.13.4
collect-earth-app-1.13.2
collect-earth-app-1.13.0
1.12.x
collect-earth-app-1.12.16
collect-earth-app-1.12.15

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openforis.collect.earth</groupId>
    <artifactId>collect-earth-app</artifactId>
    <version>1.20.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openforis.collect.earth : collect-earth-app gradle dependency to your build.gradle file:

implementation 'org.openforis.collect.earth:collect-earth-app:1.20.6'

Gradle Kotlin DSL: Add the following org.openforis.collect.earth : collect-earth-app gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openforis.collect.earth:collect-earth-app:1.20.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openforis.collect.earth : collect-earth-app sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openforis.collect.earth" % "collect-earth-app" % "1.20.6"

Advertisement