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