| License |
License |
|---|---|
| Categories |
CategoriesGeo Business Logic Libraries Geospatial |
| GroupId | GroupIdorg.geolatte |
| ArtifactId | ArtifactIdgeolatte-graph |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongeolatte-graph
A library for graph algorithms (shortests path, spanning tree, ...).
|
| Project Organization |
Project Organizationgeolatte.org |
| Filename | Size |
|---|---|
| geolatte-graph-0.3.pom | |
| geolatte-graph-0.3.jar | 62 KB |
| geolatte-graph-0.3-sources.jar | 59 KB |
| geolatte-graph-0.3-javadoc.jar | 209 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.geolatte/geolatte-graph/ -->
<dependency>
<groupId>org.geolatte</groupId>
<artifactId>geolatte-graph</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.geolatte/geolatte-graph/
implementation 'org.geolatte:geolatte-graph:0.3'
// https://jarcasting.com/artifacts/org.geolatte/geolatte-graph/
implementation ("org.geolatte:geolatte-graph:0.3")
'org.geolatte:geolatte-graph:jar:0.3'
<dependency org="org.geolatte" name="geolatte-graph" rev="0.3">
<artifact name="geolatte-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geolatte', module='geolatte-graph', version='0.3')
)
libraryDependencies += "org.geolatte" % "geolatte-graph" % "0.3"
[org.geolatte/geolatte-graph "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |
| org.mockito : mockito-all | jar | 1.8.5 |