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