MVN

com.google.jimfs : jimfs

Maven & Gradle

Jul 03, 2023
398 usages
2k stars

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

<dependency>
    <groupId>com.google.jimfs</groupId>
    <artifactId>jimfs</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.jimfs : jimfs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Release Candidate: 1.1-rc1

All Versions

Choose a version of com.google.jimfs : jimfs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jimfs-1.3.0
1.2
jimfs-1.2
1.1
jimfs-1.1
jimfs-1.1-rc1
1.0
jimfs-1.0
jimfs-1.0-rc3
jimfs-1.0-rc2
jimfs-1.0-rc1

How to add a dependency to Maven

Add the following com.google.jimfs : jimfs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.jimfs</groupId>
    <artifactId>jimfs</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.jimfs : jimfs gradle dependency to your build.gradle file:

implementation 'com.google.jimfs:jimfs:1.3.0'

Gradle Kotlin DSL: Add the following com.google.jimfs : jimfs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.jimfs:jimfs:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.jimfs : jimfs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.jimfs" % "jimfs" % "1.3.0"

Advertisement

Dependencies from Group

Jul 03, 2023
398 usages
2k stars
Jul 03, 2023
2.3k stars

Discover Dependencies

May 18, 2019
710 usages
125 stars
Aug 02, 2023
887 usages
686 stars
Aug 27, 2023
1k usages
3.2k stars
Sep 20, 2005
19 usages
Sep 06, 2012
14 usages
May 19, 2009
929 usages
Aug 03, 2016
220 usages
Sep 12, 2022
638 usages
3.3k stars