Download graphhopper-0.7.0-RC3.jar file - Jar g

Jar examples for g:graphhopper

Description

GraphHopper is a fast and memory efficient Java road routing engine working seamlessly with OpenStreetMap data.

You can download jar file graphhopper 0.7.0-RC3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add graphhopper-0.7.0-RC3.jar to your project.

<dependency>
   <groupId>com.graphhopper</groupId>
   <artifactId>graphhopper</artifactId>
   <version>0.7.0-RC3</version>
</dependency>
compile group: 'com.graphhopper', name: 'graphhopper', version: '0.7.0-RC3'
libraryDependencies += "com.graphhopper" % "graphhopper" % "0.7.0-RC3"
<dependency org="com.graphhopper" name="graphhopper" rev="0.7.0-RC3"/>
@Grapes(@Grab(group='com.graphhopper', module='graphhopper', version='0.7.0-RC3'))
'com.graphhopper:graphhopper:jar:0.7.0-RC3'

Download

Click the following link to download the jar file.

graphhopper-0.7.0-RC3-javadoc.jar
graphhopper-0.7.0-RC3-sources.jar
graphhopper-0.7.0-RC3-tests.jar
graphhopper-0.7.0-RC3.jar
graphhopper-0.7.0-RC3.pom



Related Tutorials