GroupId | GroupIdde.weltraumschaf.commons |
---|---|
ArtifactId | ArtifactIdsystem |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
system-1.1.3.pom | |
system-1.1.3.jar | 19 KB |
system-1.1.3-sources.jar | 12 KB |
system-1.1.3-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.weltraumschaf.commons/system/ -->
<dependency>
<groupId>de.weltraumschaf.commons</groupId>
<artifactId>system</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.weltraumschaf.commons/system/
implementation 'de.weltraumschaf.commons:system:1.1.3'
// https://jarcasting.com/artifacts/de.weltraumschaf.commons/system/
implementation ("de.weltraumschaf.commons:system:1.1.3")
'de.weltraumschaf.commons:system:jar:1.1.3'
<dependency org="de.weltraumschaf.commons" name="system" rev="1.1.3">
<artifact name="system" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.weltraumschaf.commons', module='system', version='1.1.3')
)
libraryDependencies += "de.weltraumschaf.commons" % "system" % "1.1.3"
[de.weltraumschaf.commons/system "1.1.3"]