is not current version
Last Version 6.2.0

com.conveyal:gtfs-lib 4.2.3

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

GroupId

GroupId

com.conveyal
ArtifactId

ArtifactId

gtfs-lib
Version

Version

4.2.3
Type

Type

jar

Download gtfs-lib 4.2.3


<!-- https://jarcasting.com/artifacts/com.conveyal/gtfs-lib/ -->
<dependency>
    <groupId>com.conveyal</groupId>
    <artifactId>gtfs-lib</artifactId>
    <version>4.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.conveyal/gtfs-lib/
implementation 'com.conveyal:gtfs-lib:4.2.3'
// https://jarcasting.com/artifacts/com.conveyal/gtfs-lib/
implementation ("com.conveyal:gtfs-lib:4.2.3")
'com.conveyal:gtfs-lib:jar:4.2.3'
<dependency org="com.conveyal" name="gtfs-lib" rev="4.2.3">
  <artifact name="gtfs-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.conveyal', module='gtfs-lib', version='4.2.3')
)
libraryDependencies += "com.conveyal" % "gtfs-lib" % "4.2.3"
[com.conveyal/gtfs-lib "4.2.3"]