| License | License | 
|---|---|
| GroupId | GroupIdxyz.cofe | 
| ArtifactId | ArtifactIdecolls | 
| Last Version | Last Version1.13 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionecolls common lib for any platform | 
| Filename | Size | 
|---|---|
| ecolls-1.13.pom | |
| ecolls-1.13.jar | 382 KB | 
| ecolls-1.13-sources.jar | 294 KB | 
| ecolls-1.13-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.cofe/ecolls/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>ecolls</artifactId>
    <version>1.13</version>
</dependency>// https://jarcasting.com/artifacts/xyz.cofe/ecolls/
implementation 'xyz.cofe:ecolls:1.13'// https://jarcasting.com/artifacts/xyz.cofe/ecolls/
implementation ("xyz.cofe:ecolls:1.13")'xyz.cofe:ecolls:jar:1.13'<dependency org="xyz.cofe" name="ecolls" rev="1.13">
  <artifact name="ecolls" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.cofe', module='ecolls', version='1.13')
)libraryDependencies += "xyz.cofe" % "ecolls" % "1.13"[xyz.cofe/ecolls "1.13"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | [4.13.1,) |