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