MVN

com.graphhopper : jsprit-analysis

Maven & Gradle

May 05, 2023
1.4k stars
<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>jsprit-analysis</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.9.x
jsprit-analysis-1.9.0-beta.11
jsprit-analysis-1.9.0-beta.10
jsprit-analysis-1.9.0-beta.9
jsprit-analysis-1.9.0-beta.8
jsprit-analysis-1.9.0-beta.7
jsprit-analysis-1.9.0-beta.6
jsprit-analysis-1.9.0-beta.5
jsprit-analysis-1.9.0-beta.4
jsprit-analysis-1.9.0-beta.3
jsprit-analysis-1.9.0-beta.2
jsprit-analysis-1.9.0-beta.1
jsprit-analysis-1.9.0-beta
1.8
jsprit-analysis-1.8
1.7.x
jsprit-analysis-1.7.3
jsprit-analysis-1.7.2
jsprit-analysis-1.7.1
1.7
jsprit-analysis-1.7
jsprit-analysis-1.7-RC1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement