GroupId | GroupIdxyz.cofe |
---|---|
ArtifactId | ArtifactIdecolls |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
ecolls-1.3.2.pom | |
ecolls-1.3.2.jar | 357 KB |
ecolls-1.3.2-sources.jar | 281 KB |
ecolls-1.3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/ecolls/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>ecolls</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/ecolls/
implementation 'xyz.cofe:ecolls:1.3.2'
// https://jarcasting.com/artifacts/xyz.cofe/ecolls/
implementation ("xyz.cofe:ecolls:1.3.2")
'xyz.cofe:ecolls:jar:1.3.2'
<dependency org="xyz.cofe" name="ecolls" rev="1.3.2">
<artifact name="ecolls" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='ecolls', version='1.3.2')
)
libraryDependencies += "xyz.cofe" % "ecolls" % "1.3.2"
[xyz.cofe/ecolls "1.3.2"]