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