| GroupId | GroupIdorg.recast4j |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version1.3.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-1.3.2.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.recast4j/parent/ -->
<dependency>
<groupId>org.recast4j</groupId>
<artifactId>parent</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.recast4j/parent/
implementation 'org.recast4j:parent:1.3.2'
// https://jarcasting.com/artifacts/org.recast4j/parent/
implementation ("org.recast4j:parent:1.3.2")
'org.recast4j:parent:pom:1.3.2'
<dependency org="org.recast4j" name="parent" rev="1.3.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.recast4j', module='parent', version='1.3.2')
)
libraryDependencies += "org.recast4j" % "parent" % "1.3.2"
[org.recast4j/parent "1.3.2"]