MVN

eu.europa.ec.eurostat : searoute-war

Maven & Gradle

Jan 10, 2022
137 stars

SeaRoute-war · Compute shortest maritime routes between ports

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

Latest Version

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

  • Latest Stable: 3.6

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement