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

io.ytcode:pathfinding 1.4.1

A pathfinding library in Java

Группа

Группа

io.ytcode
Идентификатор

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

pathfinding
Версия

Версия

1.4.1
Тип

Тип

jar

Скачать pathfinding 1.4.1


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