is not current version
Last Version 0.2.2

xyz.cofe:common 0.2.0

common lib for any platform

GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

common
Version

Version

0.2.0
Type

Type

jar

Download common 0.2.0


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