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