License |
License |
---|---|
GroupId | GroupIdorg.recast4j |
ArtifactId | ArtifactIdrecast |
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 |
---|---|
recast-1.5.3.pom | |
recast-1.5.3.jar | 106 KB |
recast-1.5.3-tests.jar | 151 KB |
recast-1.5.3-sources.jar | 75 KB |
recast-1.5.3-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.recast4j/recast/ -->
<dependency>
<groupId>org.recast4j</groupId>
<artifactId>recast</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.recast4j/recast/
implementation 'org.recast4j:recast:1.5.3'
// https://jarcasting.com/artifacts/org.recast4j/recast/
implementation ("org.recast4j:recast:1.5.3")
'org.recast4j:recast:jar:1.5.3'
<dependency org="org.recast4j" name="recast" rev="1.5.3">
<artifact name="recast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.recast4j', module='recast', version='1.5.3')
)
libraryDependencies += "org.recast4j" % "recast" % "1.5.3"
[org.recast4j/recast "1.5.3"]