Download osm-lib-1.1.1.jar file - Jar o

Jar examples for o:osm-lib

Description

A library for loading and indexing OSM PBF files for random access

You can download jar file osm-lib 1.1.1 in this page.

License

BSD Two Clause

Build File

You can use the following script to add osm-lib-1.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

osm-lib-1.1.1-javadoc.jar
osm-lib-1.1.1-sources.jar
osm-lib-1.1.1.jar
osm-lib-1.1.1.pom



Related Tutorials