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