| Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdcom.graphhopper |
| ArtifactId | ArtifactIdgraphhopper-api |
| Version | Versionprofiles_01 |
| Type | Typejar |
| Filename | Size |
|---|---|
| graphhopper-api-profiles_01.pom | |
| graphhopper-api-profiles_01.jar | 89 KB |
| graphhopper-api-profiles_01-sources.jar | 70 KB |
| graphhopper-api-profiles_01-javadoc.jar | 395 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-api/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-api</artifactId>
<version>profiles_01</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-api/
implementation 'com.graphhopper:graphhopper-api:profiles_01'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-api/
implementation ("com.graphhopper:graphhopper-api:profiles_01")
'com.graphhopper:graphhopper-api:jar:profiles_01'
<dependency org="com.graphhopper" name="graphhopper-api" rev="profiles_01">
<artifact name="graphhopper-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-api', version='profiles_01')
)
libraryDependencies += "com.graphhopper" % "graphhopper-api" % "profiles_01"
[com.graphhopper/graphhopper-api "profiles_01"]