License |
License |
---|---|
GroupId | GroupIdorg.recast4j |
ArtifactId | ArtifactIddetour-extras |
Last Version | Last Version1.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRecast and Detour for Java
Navigation Mesh Construction and Path-finding Toolkit.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
detour-extras-1.5.3.pom | |
detour-extras-1.5.3.jar | 23 KB |
detour-extras-1.5.3-sources.jar | 12 KB |
detour-extras-1.5.3-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.recast4j/detour-extras/ -->
<dependency>
<groupId>org.recast4j</groupId>
<artifactId>detour-extras</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.recast4j/detour-extras/
implementation 'org.recast4j:detour-extras:1.5.3'
// https://jarcasting.com/artifacts/org.recast4j/detour-extras/
implementation ("org.recast4j:detour-extras:1.5.3")
'org.recast4j:detour-extras:jar:1.5.3'
<dependency org="org.recast4j" name="detour-extras" rev="1.5.3">
<artifact name="detour-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.recast4j', module='detour-extras', version='1.5.3')
)
libraryDependencies += "org.recast4j" % "detour-extras" % "1.5.3"
[org.recast4j/detour-extras "1.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.recast4j : recast | jar | 1.5.3 |
org.recast4j : detour | jar | 1.5.3 |
com.google.code.gson : gson | jar | 2.8.1 |