is not current version
Last Version 1.0.2

de.nehlmeier.common:common 1.0.0

Common utilities used by my other projects

GroupId

GroupId

de.nehlmeier.common
ArtifactId

ArtifactId

common
Version

Version

1.0.0
Type

Type

jar

Download common 1.0.0


<!-- https://jarcasting.com/artifacts/de.nehlmeier.common/common/ -->
<dependency>
    <groupId>de.nehlmeier.common</groupId>
    <artifactId>common</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.nehlmeier.common/common/
implementation 'de.nehlmeier.common:common:1.0.0'
// https://jarcasting.com/artifacts/de.nehlmeier.common/common/
implementation ("de.nehlmeier.common:common:1.0.0")
'de.nehlmeier.common:common:jar:1.0.0'
<dependency org="de.nehlmeier.common" name="common" rev="1.0.0">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.nehlmeier.common', module='common', version='1.0.0')
)
libraryDependencies += "de.nehlmeier.common" % "common" % "1.0.0"
[de.nehlmeier.common/common "1.0.0"]