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