GroupId | GroupIdde.jungblut.common |
---|---|
ArtifactId | ArtifactIdthomasjungblut-common |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
thomasjungblut-common-1.1.pom | |
thomasjungblut-common-1.1.jar | 561 KB |
thomasjungblut-common-1.1-sources.jar | 216 KB |
thomasjungblut-common-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.jungblut.common/thomasjungblut-common/
implementation 'de.jungblut.common:thomasjungblut-common:1.1'
// https://jarcasting.com/artifacts/de.jungblut.common/thomasjungblut-common/
implementation ("de.jungblut.common:thomasjungblut-common:1.1")
'de.jungblut.common:thomasjungblut-common:jar:1.1'
<dependency org="de.jungblut.common" name="thomasjungblut-common" rev="1.1">
<artifact name="thomasjungblut-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jungblut.common', module='thomasjungblut-common', version='1.1')
)
libraryDependencies += "de.jungblut.common" % "thomasjungblut-common" % "1.1"
[de.jungblut.common/thomasjungblut-common "1.1"]