MVN

com.graphhopper : jsprit-examples

Maven & Gradle

Mar 14, 2021
<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>jsprit-examples</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.graphhopper : jsprit-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8
  • Latest Release Candidate: 1.7-RC1
  • Latest Beta: 1.9.0-beta.4

All Versions

Choose a version of com.graphhopper : jsprit-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
jsprit-examples-1.9.0-beta.4
jsprit-examples-1.9.0-beta.3
jsprit-examples-1.9.0-beta.2
jsprit-examples-1.9.0-beta.1
jsprit-examples-1.9.0-beta
1.8
jsprit-examples-1.8
1.7.x
jsprit-examples-1.7.3
jsprit-examples-1.7.2
jsprit-examples-1.7.1
1.7
jsprit-examples-1.7
jsprit-examples-1.7-RC1

How to add a dependency to Maven

Add the following com.graphhopper : jsprit-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>jsprit-examples</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphhopper : jsprit-examples gradle dependency to your build.gradle file:

implementation 'com.graphhopper:jsprit-examples:1.8'

Gradle Kotlin DSL: Add the following com.graphhopper : jsprit-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphhopper:jsprit-examples:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphhopper : jsprit-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphhopper" % "jsprit-examples" % "1.8"

Advertisement