is not current version
Last Version 1.13

xyz.cofe:ecolls 1.3

common lib for any platform

GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

ecolls
Version

Version

1.3
Type

Type

jar

Download ecolls 1.3


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