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