Registry / utility / better-files-2-11

better-files-2-11

JSON →
library3.9.2javamavenunverified

Simple, safe and intuitive I/O in Scala, providing a better file handling API.

<dependency> <groupId>com.github.pathikrit</groupId> <artifactId>better-files_2.11</artifactId> <version>3.9.2</version> </dependency>
INSTALL
IMPORT
SIG · BETTER-FILES-2-11
B
better-files-2-11
utilityjavav3.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

File
better.files.File

Creates a file, writes content, and reads it back.

import better.files._ object Quickstart extends App { val file = File("example.txt") file.overwrite("Hello, World!") println(file.contentAsString) }
Debug
Known issues
breakingBetter Files 3.9.x requires Scala 2.11 or 2.12.
fix
Use a compatible Scala version or upgrade to a newer better-files version.
affects: >=3.9.0
Upgrade
Version history
3.9.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources
better-files-2-11 — mvn dependency:get better-files-2-11 · libregistry