io.ytcode:pathfinding

A pathfinding library in Java

License

License

GroupId

GroupId

io.ytcode
ArtifactId

ArtifactId

pathfinding
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

io.ytcode:pathfinding
A pathfinding library in Java
Project URL

Project URL

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

Source Code Management

https://github.com/wangyuntao/pathfinding

Download pathfinding

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.3.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0