MVN

com.google.jimfs : jimfs-parent

Maven & Gradle

Jul 03, 2023
2.3k stars

Jimfs Parent · 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-parent</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement