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