MVN

eu.europa.ec.eurostat : jgiscotools-regionsimplify

Maven & Gradle

Jun 14, 2022
7 stars

JGiscoTools-regionsimplify

<dependency>
    <groupId>eu.europa.ec.eurostat</groupId>
    <artifactId>jgiscotools-regionsimplify</artifactId>
    <version>0.9.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.europa.ec.eurostat : jgiscotools-regionsimplify to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.23

All Versions

Choose a version of eu.europa.ec.eurostat : jgiscotools-regionsimplify to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
jgiscotools-regionsimplify-0.9.23
jgiscotools-regionsimplify-0.9.22
jgiscotools-regionsimplify-0.9.21
jgiscotools-regionsimplify-0.9.14
jgiscotools-regionsimplify-0.9.12
jgiscotools-regionsimplify-0.9.7
jgiscotools-regionsimplify-0.9.6
jgiscotools-regionsimplify-0.9.5
jgiscotools-regionsimplify-0.9.4
jgiscotools-regionsimplify-0.9.3

How to add a dependency to Maven

Add the following eu.europa.ec.eurostat : jgiscotools-regionsimplify maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.europa.ec.eurostat</groupId>
    <artifactId>jgiscotools-regionsimplify</artifactId>
    <version>0.9.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.europa.ec.eurostat : jgiscotools-regionsimplify gradle dependency to your build.gradle file:

implementation 'eu.europa.ec.eurostat:jgiscotools-regionsimplify:0.9.23'

Gradle Kotlin DSL: Add the following eu.europa.ec.eurostat : jgiscotools-regionsimplify gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.europa.ec.eurostat:jgiscotools-regionsimplify:0.9.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.europa.ec.eurostat : jgiscotools-regionsimplify sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.europa.ec.eurostat" % "jgiscotools-regionsimplify" % "0.9.23"

Advertisement