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