| GroupId | GroupIdorg.recast4j |
|---|---|
| ArtifactId | ArtifactIdrecast |
| Version | Version1.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| recast-1.0.7.pom | |
| recast-1.0.7.jar | 111 KB |
| recast-1.0.7-tests.jar | 154 KB |
| recast-1.0.7-sources.jar | 78 KB |
| recast-1.0.7-javadoc.jar | 198 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.recast4j/recast/ -->
<dependency>
<groupId>org.recast4j</groupId>
<artifactId>recast</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.recast4j/recast/
implementation 'org.recast4j:recast:1.0.7'
// https://jarcasting.com/artifacts/org.recast4j/recast/
implementation ("org.recast4j:recast:1.0.7")
'org.recast4j:recast:jar:1.0.7'
<dependency org="org.recast4j" name="recast" rev="1.0.7">
<artifact name="recast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.recast4j', module='recast', version='1.0.7')
)
libraryDependencies += "org.recast4j" % "recast" % "1.0.7"
[org.recast4j/recast "1.0.7"]