Jar examples for j:jimfs
Jimfs is an in-memory implementation of Java 7's java.nio.file abstract file system API.
You can download jar file jimfs 1.1 in this page.
Apache License
You can use the following script to add jimfs-1.1.jar to your project.
<dependency> <groupId>com.google.jimfs</groupId> <artifactId>jimfs</artifactId> <version>1.1</version> </dependency>
compile group: 'com.google.jimfs', name: 'jimfs', version: '1.1'
libraryDependencies += "com.google.jimfs" % "jimfs" % "1.1"
<dependency org="com.google.jimfs" name="jimfs" rev="1.1"/>
@Grapes(@Grab(group='com.google.jimfs', module='jimfs', version='1.1'))
'com.google.jimfs:jimfs:jar:1.1'
Click the following link to download the jar file.
jimfs-1.1-javadoc.jar