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