не последняя версия
Последняя версия 1.2

com.google.jimfs:jimfs-parent 1.0

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

Группа

Группа

com.google.jimfs
Идентификатор

Идентификатор

jimfs-parent
Версия

Версия

1.0
Тип

Тип

jar

Скачать jimfs-parent 1.0

Имя Файла Размер
jimfs-parent-1.0.pom 5 KB
jimfs-parent-1.0-site.jar 15 KB
Обзор

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