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