MVN

eu.europa.ec.eurostat : jgiscotools-feature

Maven & Gradle

Jun 14, 2022
1 usages
7 stars

JGiscoTools-feature

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

Latest Version

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

  • Latest Stable: 0.9.23

All Versions

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement