Download gtfs-lib-2.1.0.jar file - Jar g

Jar examples for g:gtfs-lib

Description

A library to load and index GTFS feeds of arbitrary size using disk-backed storage

You can download jar file gtfs-lib 2.1.0 in this page.

License

BSD Two Clause

Build File

You can use the following script to add gtfs-lib-2.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

gtfs-lib-2.1.0-javadoc.jar
gtfs-lib-2.1.0-shaded.jar
gtfs-lib-2.1.0-sources.jar
gtfs-lib-2.1.0.jar
gtfs-lib-2.1.0.pom



Related Tutorials