j

jsprit-examples

Files download
File Operation
jsprit-examples-1.9.0-beta.4.jar download
jsprit-examples-1.9.0-beta.4.pom download
jsprit-examples-1.9.0-beta.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphhopper</groupId>
  <artifactId>jsprit-examples</artifactId>
  <version>1.9.0-beta.4</version>
</dependency>
Gradle Groovy
implementation 'com.graphhopper:jsprit-examples:1.9.0-beta.4'
Gradle Kotlin
implementation("com.graphhopper:jsprit-examples:1.9.0-beta.4")
Scala SBT
libraryDependencies += "com.graphhopper" % "jsprit-examples" % "1.9.0-beta.4"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper', module='jsprit-examples', version='1.9.0-beta.4')
)
Apache Ivy
<dependency org="com.graphhopper" name="jsprit-examples" rev="1.9.0-beta.4" />
Leiningen
[com.graphhopper/jsprit-examples "1.9.0-beta.4"]
Apache Buildr
'com.graphhopper:jsprit-examples:jar:1.9.0-beta.4'