GroupId | GroupIdcom.conveyal |
---|---|
ArtifactId | ArtifactIdgtfs-lib |
Version | Version5.0.5 |
Type | Typejar |
Filename | Size |
---|---|
gtfs-lib-5.0.5.pom | |
gtfs-lib-5.0.5.jar | 391 KB |
gtfs-lib-5.0.5-sources.jar | 279 KB |
gtfs-lib-5.0.5-shaded.jar | 23 MB |
gtfs-lib-5.0.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.conveyal/gtfs-lib/ -->
<dependency>
<groupId>com.conveyal</groupId>
<artifactId>gtfs-lib</artifactId>
<version>5.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.conveyal/gtfs-lib/
implementation 'com.conveyal:gtfs-lib:5.0.5'
// https://jarcasting.com/artifacts/com.conveyal/gtfs-lib/
implementation ("com.conveyal:gtfs-lib:5.0.5")
'com.conveyal:gtfs-lib:jar:5.0.5'
<dependency org="com.conveyal" name="gtfs-lib" rev="5.0.5">
<artifact name="gtfs-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.conveyal', module='gtfs-lib', version='5.0.5')
)
libraryDependencies += "com.conveyal" % "gtfs-lib" % "5.0.5"
[com.conveyal/gtfs-lib "5.0.5"]