Download graphhopper-core-0.8.2.jar file - Jar g

Jar examples for g:graphhopper-core

Description

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

You can download jar file graphhopper-core 0.8.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add graphhopper-core-0.8.2.jar to your project.

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

Download

Click the following link to download the jar file.

graphhopper-core-0.8.2-javadoc.jar
graphhopper-core-0.8.2-sources.jar
graphhopper-core-0.8.2-tests.jar
graphhopper-core-0.8.2.jar
graphhopper-core-0.8.2.pom



Related Tutorials