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