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