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