MVN

com.graphhopper : directions-api-java-client-route-opt

Maven & Gradle

Mar 30, 2017
16.4k stars

directions-api-java-client-route-opt

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>directions-api-java-client-route-opt</artifactId>
    <version>0.8.2-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.graphhopper : directions-api-java-client-route-opt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2-3
  • Latest Release Candidate: 0.8.0-RC2

All Versions

Choose a version of com.graphhopper : directions-api-java-client-route-opt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
directions-api-java-client-route-opt-0.8.2-3
directions-api-java-client-route-opt-0.8.2-2
directions-api-java-client-route-opt-0.8.2.1
directions-api-java-client-route-opt-0.8.2
directions-api-java-client-route-opt-0.8.1
directions-api-java-client-route-opt-0.8.0
directions-api-java-client-route-opt-0.8.0-RC2
directions-api-java-client-route-opt-0.8.0-RC1
0.7.x
directions-api-java-client-route-opt-0.7.0.7
directions-api-java-client-route-opt-0.7.0.6
directions-api-java-client-route-opt-0.7.0.5
directions-api-java-client-route-opt-0.7.0.4
directions-api-java-client-route-opt-0.7.0.2
directions-api-java-client-route-opt-0.7.0.1
directions-api-java-client-route-opt-0.7.0
directions-api-java-client-route-opt-0.7.0-RC4
directions-api-java-client-route-opt-0.7.0-RC3
directions-api-java-client-route-opt-0.7.0-RC2
directions-api-java-client-route-opt-0.7.0-RC1

How to add a dependency to Maven

Add the following com.graphhopper : directions-api-java-client-route-opt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>directions-api-java-client-route-opt</artifactId>
    <version>0.8.2-3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphhopper : directions-api-java-client-route-opt gradle dependency to your build.gradle file:

implementation 'com.graphhopper:directions-api-java-client-route-opt:0.8.2-3'

Gradle Kotlin DSL: Add the following com.graphhopper : directions-api-java-client-route-opt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphhopper:directions-api-java-client-route-opt:0.8.2-3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphhopper : directions-api-java-client-route-opt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphhopper" % "directions-api-java-client-route-opt" % "0.8.2-3"

Advertisement