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