is not current version
Last Version 1.2.1

xyz.cofe:fs 1.2

simple file i/o for java 7+

GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

fs
Version

Version

1.2
Type

Type

jar

Download fs 1.2


<!-- https://jarcasting.com/artifacts/xyz.cofe/fs/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>fs</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/fs/
implementation 'xyz.cofe:fs:1.2'
// https://jarcasting.com/artifacts/xyz.cofe/fs/
implementation ("xyz.cofe:fs:1.2")
'xyz.cofe:fs:jar:1.2'
<dependency org="xyz.cofe" name="fs" rev="1.2">
  <artifact name="fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='fs', version='1.2')
)
libraryDependencies += "xyz.cofe" % "fs" % "1.2"
[xyz.cofe/fs "1.2"]