| Лицензия |
Лицензия |
|---|---|
| Группа | Группаes.usc.citius.hipster |
| Идентификатор | Идентификаторhipster-third-party-graphs |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/es.usc.citius.hipster/hipster-third-party-graphs/ -->
<dependency>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-third-party-graphs</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/es.usc.citius.hipster/hipster-third-party-graphs/
implementation 'es.usc.citius.hipster:hipster-third-party-graphs:1.0.1'
// https://jarcasting.com/artifacts/es.usc.citius.hipster/hipster-third-party-graphs/
implementation ("es.usc.citius.hipster:hipster-third-party-graphs:1.0.1")
'es.usc.citius.hipster:hipster-third-party-graphs:jar:1.0.1'
<dependency org="es.usc.citius.hipster" name="hipster-third-party-graphs" rev="1.0.1">
<artifact name="hipster-third-party-graphs" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.usc.citius.hipster', module='hipster-third-party-graphs', version='1.0.1')
)
libraryDependencies += "es.usc.citius.hipster" % "hipster-third-party-graphs" % "1.0.1"
[es.usc.citius.hipster/hipster-third-party-graphs "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.tinkerpop.blueprints : blueprints-graph-jung | jar | 2.4.0 |
| com.tinkerpop.blueprints : blueprints-core | jar | 2.4.0 |
| es.usc.citius.hipster : hipster-core | jar | 1.0.1 |
| net.sf.jung : jung-graph-impl | jar | 2.0.1 |
| net.sf.jung : jung-algorithms | jar | 2.0.1 |
| net.sf.jung : jung-io | jar | 2.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |