DaedaFusion Graph

A graph routing algorithm library

Лицензия

Лицензия

Группа

Группа

com.daedafusion
Идентификатор

Идентификатор

graph
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

DaedaFusion Graph
A graph routing algorithm library
Ссылка на сайт

Ссылка на сайт

http://daedafusion.com
Система контроля версий

Система контроля версий

https://github.com/daedafusion/graph.git

Скачать graph

Имя Файла Размер
graph-1.0.pom
graph-1.0.jar 67 KB
graph-1.0-sources.jar 53 KB
graph-1.0-javadoc.jar 281 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.daedafusion/graph/ -->
<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>graph</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.daedafusion/graph/
implementation 'com.daedafusion:graph:1.0'
// https://jarcasting.com/artifacts/com.daedafusion/graph/
implementation ("com.daedafusion:graph:1.0")
'com.daedafusion:graph:jar:1.0'
<dependency org="com.daedafusion" name="graph" rev="1.0">
  <artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daedafusion', module='graph', version='1.0')
)
libraryDependencies += "com.daedafusion" % "graph" % "1.0"
[com.daedafusion/graph "1.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 18.0
net.sf.trove4j : trove4j jar 3.0.3
log4j : log4j jar 1.2.17

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Build Status

Coverage Status

graph

Graph Algorithms (AStar, Dijkstra) adapted from Graphhopper (https://github.com/graphhopper/graphhopper/)

about

This port of the graphhopper library changes the definition of a node and edge identifiers from an int to a long.

Additionally, the infrastructure tying the implementation to the OSM file definition has been removed so that the base algorithms can be used independently. The routing algorithms can now be used with Jena and other onotology engines.

com.daedafusion

DaedaFusion

Версии библиотеки

Версия
1.0