is not current version
Last Version 2.3.0

Memory File System 2.2.0

An in memory implementation of a JSR-203 file system.

License

License

MIT
GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

memoryfilesystem
Version

Version

2.2.0
Type

Type

jar
Description

Description

Memory File System
An in memory implementation of a JSR-203 file system.
Project URL

Project URL

https://github.com/marschall/memoryfilesystem
Source Code Management

Source Code Management

https://github.com/marschall/memoryfilesystem

Download memoryfilesystem 2.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
javax.annotation : javax.annotation-api Optional jar 1.3.2

test (10)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-params jar
org.hamcrest : hamcrest-junit jar 2.0.0.0
org.springframework : spring-test jar
org.springframework : spring-context jar
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-slf4j-impl jar
org.apache.logging.log4j : log4j-jcl jar
org.openjdk.jol : jol-core jar 0.15
org.apache.lucene : lucene-core jar 8.8.1

Project Modules

There are no modules declared in this project.