MVN

com.graphhopper : directions-api-java-client-geocoding

Maven & Gradle

Mar 30, 2017
16.5k stars

directions-api-java-client-geocoding

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>directions-api-java-client-geocoding</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-geocoding to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2-3

All Versions

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

Version Vulnerabilities Updated
0.8.x
directions-api-java-client-geocoding-0.8.2-3
directions-api-java-client-geocoding-0.8.2-2
directions-api-java-client-geocoding-0.8.2.1
directions-api-java-client-geocoding-0.8.2
directions-api-java-client-geocoding-0.8.1
directions-api-java-client-geocoding-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>directions-api-java-client-geocoding</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-geocoding gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement