MVN

eu.europa.ec.eurostat : JGiscoTools

Maven & Gradle

Apr 25, 2020
20 stars

JGiscoTools · Some processing functions for geographical data

<dependency>
    <groupId>eu.europa.ec.eurostat</groupId>
    <artifactId>JGiscoTools</artifactId>
    <version>0.8.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.8.10

All Versions

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

Version Vulnerabilities Updated
0.8.x
JGiscoTools-0.8.10
JGiscoTools-0.8.9
JGiscoTools-0.8.7
JGiscoTools-0.8.6
JGiscoTools-0.8.5
JGiscoTools-0.8.4
JGiscoTools-0.8.3
JGiscoTools-0.8.2
JGiscoTools-0.8.1
0.8
JGiscoTools-0.8
0.7
JGiscoTools-0.7
0.6.x
JGiscoTools-0.6.6
JGiscoTools-0.6.5

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.europa.ec.eurostat</groupId>
    <artifactId>JGiscoTools</artifactId>
    <version>0.8.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'eu.europa.ec.eurostat:JGiscoTools:0.8.10'

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

implementation("eu.europa.ec.eurostat:JGiscoTools:0.8.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "eu.europa.ec.eurostat" % "JGiscoTools" % "0.8.10"

Advertisement