Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper.external |
ArtifactId | ArtifactIdhmm-lib |
Version | Version0.13.0-pre2 |
Type | Typejar |
Filename | Size |
---|---|
hmm-lib-0.13.0-pre2.pom | |
hmm-lib-0.13.0-pre2.jar | 10 KB |
hmm-lib-0.13.0-pre2-sources.jar | 9 KB |
hmm-lib-0.13.0-pre2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper.external/hmm-lib/ -->
<dependency>
<groupId>com.graphhopper.external</groupId>
<artifactId>hmm-lib</artifactId>
<version>0.13.0-pre2</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper.external/hmm-lib/
implementation 'com.graphhopper.external:hmm-lib:0.13.0-pre2'
// https://jarcasting.com/artifacts/com.graphhopper.external/hmm-lib/
implementation ("com.graphhopper.external:hmm-lib:0.13.0-pre2")
'com.graphhopper.external:hmm-lib:jar:0.13.0-pre2'
<dependency org="com.graphhopper.external" name="hmm-lib" rev="0.13.0-pre2">
<artifact name="hmm-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper.external', module='hmm-lib', version='0.13.0-pre2')
)
libraryDependencies += "com.graphhopper.external" % "hmm-lib" % "0.13.0-pre2"
[com.graphhopper.external/hmm-lib "0.13.0-pre2"]