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