| GroupId | GroupIdorg.recast4j |
|---|---|
| ArtifactId | ArtifactIddetour-tile-cache |
| Version | Version1.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| detour-tile-cache-1.4.2.pom | |
| detour-tile-cache-1.4.2.jar | 56 KB |
| detour-tile-cache-1.4.2-sources.jar | 45 KB |
| detour-tile-cache-1.4.2-javadoc.jar | 229 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.recast4j/detour-tile-cache/ -->
<dependency>
<groupId>org.recast4j</groupId>
<artifactId>detour-tile-cache</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.recast4j/detour-tile-cache/
implementation 'org.recast4j:detour-tile-cache:1.4.2'
// https://jarcasting.com/artifacts/org.recast4j/detour-tile-cache/
implementation ("org.recast4j:detour-tile-cache:1.4.2")
'org.recast4j:detour-tile-cache:jar:1.4.2'
<dependency org="org.recast4j" name="detour-tile-cache" rev="1.4.2">
<artifact name="detour-tile-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.recast4j', module='detour-tile-cache', version='1.4.2')
)
libraryDependencies += "org.recast4j" % "detour-tile-cache" % "1.4.2"
[org.recast4j/detour-tile-cache "1.4.2"]