is not current version
Last Version 1.5.3

org.recast4j:recast 1.0.6


GroupId

GroupId

org.recast4j
ArtifactId

ArtifactId

recast
Version

Version

1.0.6
Type

Type

jar

Download recast 1.0.6


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