MVN

eu.europa.ec.eurostat : searoute-jar

Maven & Gradle

Jan 10, 2022
137 stars

SeaRoute-jar · Compute shortest maritime routes between ports

<dependency>
    <groupId>eu.europa.ec.eurostat</groupId>
    <artifactId>searoute-jar</artifactId>
    <version>3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.6

All Versions

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

Version Vulnerabilities Updated
3.6
searoute-jar-3.6
3.3
searoute-jar-3.3
3.2
searoute-jar-3.2
3.1
searoute-jar-3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.europa.ec.eurostat</groupId>
    <artifactId>searoute-jar</artifactId>
    <version>3.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'eu.europa.ec.eurostat:searoute-jar:3.6'

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

implementation("eu.europa.ec.eurostat:searoute-jar:3.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "eu.europa.ec.eurostat" % "searoute-jar" % "3.6"

Advertisement