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

io.ytcode:pathfinding 1.3.0

A pathfinding library in Java

Группа

Группа

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

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

pathfinding
Версия

Версия

1.3.0
Тип

Тип

jar

Скачать pathfinding 1.3.0


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