| License | License | 
|---|---|
| GroupId | GroupIdxyz.cofe | 
| ArtifactId | ArtifactIdfs | 
| Last Version | Last Version1.2.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionfs simple file i/o for java 7+ | 
| Filename | Size | 
|---|---|
| fs-1.2.1.pom | |
| fs-1.2.1.jar | 28 KB | 
| fs-1.2.1-sources.jar | 39 KB | 
| fs-1.2.1-javadoc.jar | 476 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.cofe/fs/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>fs</artifactId>
    <version>1.2.1</version>
</dependency>// https://jarcasting.com/artifacts/xyz.cofe/fs/
implementation 'xyz.cofe:fs:1.2.1'// https://jarcasting.com/artifacts/xyz.cofe/fs/
implementation ("xyz.cofe:fs:1.2.1")'xyz.cofe:fs:jar:1.2.1'<dependency org="xyz.cofe" name="fs" rev="1.2.1">
  <artifact name="fs" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.cofe', module='fs', version='1.2.1')
)libraryDependencies += "xyz.cofe" % "fs" % "1.2.1"[xyz.cofe/fs "1.2.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| xyz.cofe : ecolls | jar | [1.10,2.0) | 
| xyz.cofe : cbuffer | jar | [1.3,2.0) | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | [4.13.1,) |