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