GroupId | GroupIdde.jungblut.common |
---|---|
ArtifactId | ArtifactIdthomasjungblut-common |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
thomasjungblut-common-1.0.pom | |
thomasjungblut-common-1.0.jar | 571 KB |
thomasjungblut-common-1.0-sources.jar | 217 KB |
thomasjungblut-common-1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.jungblut.common/thomasjungblut-common/ -->
<dependency>
<groupId>de.jungblut.common</groupId>
<artifactId>thomasjungblut-common</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.jungblut.common/thomasjungblut-common/
implementation 'de.jungblut.common:thomasjungblut-common:1.0'
// https://jarcasting.com/artifacts/de.jungblut.common/thomasjungblut-common/
implementation ("de.jungblut.common:thomasjungblut-common:1.0")
'de.jungblut.common:thomasjungblut-common:jar:1.0'
<dependency org="de.jungblut.common" name="thomasjungblut-common" rev="1.0">
<artifact name="thomasjungblut-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jungblut.common', module='thomasjungblut-common', version='1.0')
)
libraryDependencies += "de.jungblut.common" % "thomasjungblut-common" % "1.0"
[de.jungblut.common/thomasjungblut-common "1.0"]