MVN

eu.europa.ec.eurostat : jgiscotools-graph-algo

Maven & Gradle

Jun 14, 2022
2 usages
8 stars

JGiscoTools-graph-algo

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

Latest Version

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

  • Latest Stable: 0.9.23

All Versions

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

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

How to add a dependency to Maven

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

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

implementation 'eu.europa.ec.eurostat:jgiscotools-graph-algo:0.9.23'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement