Skip to content

1.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cgdecker cgdecker released this 26 Feb 16:58
· 351 commits to master since this release

Initial release candidate, mainly so there's an artifact available in Maven Central that people can use.

This release can be used with Maven as:

<dependency>
  <groupId>com.google.jimfs</groupId>
  <artifactId>jimfs</artifactId>
  <version>1.0-rc1</version>
</dependency>