Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper-web |
Version | Version0.1 |
Type | Typewar |
Filename | Size |
---|---|
graphhopper-web-0.1.pom | |
graphhopper-web-0.1.war | 5 MB |
graphhopper-web-0.1-sources.jar | 16 KB |
graphhopper-web-0.1-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-web/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-web</artifactId>
<version>0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-web/
implementation 'com.graphhopper:graphhopper-web:0.1'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-web/
implementation ("com.graphhopper:graphhopper-web:0.1")
'com.graphhopper:graphhopper-web:war:0.1'
<dependency org="com.graphhopper" name="graphhopper-web" rev="0.1">
<artifact name="graphhopper-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-web', version='0.1')
)
libraryDependencies += "com.graphhopper" % "graphhopper-web" % "0.1"
[com.graphhopper/graphhopper-web "0.1"]