| Categories | CategoriesGraphHopper Business Logic Libraries Geospatial | 
|---|---|
| GroupId | GroupIdcom.graphhopper | 
| ArtifactId | ArtifactIdgraphhopper-reader-gtfs | 
| Version | Version0.13.0-pre12 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-reader-gtfs/ -->
<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>graphhopper-reader-gtfs</artifactId>
    <version>0.13.0-pre12</version>
</dependency>// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-reader-gtfs/
implementation 'com.graphhopper:graphhopper-reader-gtfs:0.13.0-pre12'// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-reader-gtfs/
implementation ("com.graphhopper:graphhopper-reader-gtfs:0.13.0-pre12")'com.graphhopper:graphhopper-reader-gtfs:jar:0.13.0-pre12'<dependency org="com.graphhopper" name="graphhopper-reader-gtfs" rev="0.13.0-pre12">
  <artifact name="graphhopper-reader-gtfs" type="jar" />
</dependency>@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-reader-gtfs', version='0.13.0-pre12')
)libraryDependencies += "com.graphhopper" % "graphhopper-reader-gtfs" % "0.13.0-pre12"[com.graphhopper/graphhopper-reader-gtfs "0.13.0-pre12"]