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