Last Version

Path Finding 0.2.6

A generic java path finding library, meant to be used in games

License

License

GroupId

GroupId

com.github.xaguzman
ArtifactId

ArtifactId

pathfinding
Version

Version

0.2.6
Type

Type

jar
Description

Description

Path Finding
A generic java path finding library, meant to be used in games
Project URL

Project URL

https://github.com/xaguzman/pathfinding
Source Code Management

Source Code Management

http://github.com/xaguzman/pathfinding

Download pathfinding 0.2.6


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.