Categories |
CategoriesJava Languages CLI User Interface GraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIddirections-api-vrp-java-client |
Version | Version0.5.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.graphhopper/directions-api-vrp-java-client/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>directions-api-vrp-java-client</artifactId>
<version>0.5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/directions-api-vrp-java-client/
implementation 'com.graphhopper:directions-api-vrp-java-client:0.5.0.0'
// https://jarcasting.com/artifacts/com.graphhopper/directions-api-vrp-java-client/
implementation ("com.graphhopper:directions-api-vrp-java-client:0.5.0.0")
'com.graphhopper:directions-api-vrp-java-client:jar:0.5.0.0'
<dependency org="com.graphhopper" name="directions-api-vrp-java-client" rev="0.5.0.0">
<artifact name="directions-api-vrp-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='directions-api-vrp-java-client', version='0.5.0.0')
)
libraryDependencies += "com.graphhopper" % "directions-api-vrp-java-client" % "0.5.0.0"
[com.graphhopper/directions-api-vrp-java-client "0.5.0.0"]