is not current version
Last Version 1.2.1

xyz.cofe:fs 1.1

simple file i/o for java 7+

GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

fs
Version

Version

1.1
Type

Type

jar

Download fs 1.1


<!-- 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"]