License |
License |
---|---|
GroupId | GroupIdes.usc.citius.hipster |
ArtifactId | ArtifactIdhipster-examples |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHipster4j 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hipster-examples-1.0.1.pom | |
hipster-examples-1.0.1.jar | 56 KB |
hipster-examples-1.0.1-test-sources.jar | 3 KB |
hipster-examples-1.0.1-sources.jar | 26 KB |
hipster-examples-1.0.1-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.usc.citius.hipster/hipster-examples/ -->
<dependency>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-examples</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/es.usc.citius.hipster/hipster-examples/
implementation 'es.usc.citius.hipster:hipster-examples:1.0.1'
// https://jarcasting.com/artifacts/es.usc.citius.hipster/hipster-examples/
implementation ("es.usc.citius.hipster:hipster-examples:1.0.1")
'es.usc.citius.hipster:hipster-examples:jar:1.0.1'
<dependency org="es.usc.citius.hipster" name="hipster-examples" rev="1.0.1">
<artifact name="hipster-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.usc.citius.hipster', module='hipster-examples', version='1.0.1')
)
libraryDependencies += "es.usc.citius.hipster" % "hipster-examples" % "1.0.1"
[es.usc.citius.hipster/hipster-examples "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
es.usc.citius.hipster : hipster-core | jar | 1.0.1 |
es.usc.citius.hipster : hipster-third-party-graphs | jar | 1.0.1 |
com.google.guava : guava | jar | 18.0 |
com.intellij : forms_rt | jar | 7.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |