MVN

eu.europa.ec.eurostat : jgiscotools-full

Maven & Gradle

Jun 14, 2022
8 stars

JGiscoTools-full

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

Latest Version

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

  • Latest Stable: 0.9.23

All Versions

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

Version Vulnerabilities Updated
0.9.x
jgiscotools-full-0.9.23
jgiscotools-full-0.9.22
jgiscotools-full-0.9.21
jgiscotools-full-0.9.14
jgiscotools-full-0.9.12
jgiscotools-full-0.9.7
jgiscotools-full-0.9.6
jgiscotools-full-0.9.5
jgiscotools-full-0.9.4
jgiscotools-full-0.9.2
jgiscotools-full-0.9.1
jgiscotools-full-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.europa.ec.eurostat</groupId>
    <artifactId>jgiscotools-full</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-full gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement