Download jimfs-1.0.jar file - Jar j

Jar examples for j:jimfs

Description

Jimfs is an in-memory implementation of Java 7's java.nio.file abstract file system API.

You can download jar file jimfs 1.0 in this page.

License

Apache License

Build File

You can use the following script to add jimfs-1.0.jar to your project.

<dependency>
   <groupId>com.google.jimfs</groupId>
   <artifactId>jimfs</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.google.jimfs', name: 'jimfs', version: '1.0'
libraryDependencies += "com.google.jimfs" % "jimfs" % "1.0"
<dependency org="com.google.jimfs" name="jimfs" rev="1.0"/>
@Grapes(@Grab(group='com.google.jimfs', module='jimfs', version='1.0'))
'com.google.jimfs:jimfs:jar:1.0'

Download

Click the following link to download the jar file.

jimfs-1.0-javadoc.jar
jimfs-1.0-site.jar
jimfs-1.0-sources.jar
jimfs-1.0.jar
jimfs-1.0.pom



Related Tutorials