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