Maven dependency:
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<version>1.3.0</version>
</dependency>
What's new in 1.3.0
- Officially dropped support for Java 7, and restored accidentally dropped support for Java 8. (5b60a42)
- Added an
Automatic-Module-Name
to the jar for modules support. (6a057ff) - Fixed several bugs with the behavior of
FileChannel.transferFrom
. (ee785ea) - Added
FileTimeSource
and made it possible to set aFileTimeSource
in theConfiguration
of a file system. (139c10e)