is not current version
Last Version 1.2

com.google.jimfs:jimfs-parent 1.1

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.1
Type

Type

pom

Download jimfs-parent 1.1

Filename Size
jimfs-parent-1.1.pom 7 KB
Browse

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