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