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