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