is not current version
Last Version 1.2

com.google.jimfs:jimfs-parent 1.0-rc2

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

GroupId

GroupId

com.google.jimfs
ArtifactId

ArtifactId

jimfs-parent
Version

Version

1.0-rc2
Type

Type

jar

Download jimfs-parent 1.0-rc2


<!-- https://jarcasting.com/artifacts/com.google.jimfs/jimfs-parent/ -->
<dependency>
    <groupId>com.google.jimfs</groupId>
    <artifactId>jimfs-parent</artifactId>
    <version>1.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.jimfs/jimfs-parent/
implementation 'com.google.jimfs:jimfs-parent:1.0-rc2'
// https://jarcasting.com/artifacts/com.google.jimfs/jimfs-parent/
implementation ("com.google.jimfs:jimfs-parent:1.0-rc2")
'com.google.jimfs:jimfs-parent:jar:1.0-rc2'
<dependency org="com.google.jimfs" name="jimfs-parent" rev="1.0-rc2">
  <artifact name="jimfs-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.jimfs', module='jimfs-parent', version='1.0-rc2')
)
libraryDependencies += "com.google.jimfs" % "jimfs-parent" % "1.0-rc2"
[com.google.jimfs/jimfs-parent "1.0-rc2"]