License |
License |
---|---|
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdmemoryfilesystem |
Version | Version2.3.0 |
Type | Typejar |
Description |
DescriptionMemory File System
An in memory implementation of a JSR-203 file system.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
memoryfilesystem-2.3.0.pom | |
memoryfilesystem-2.3.0.jar | 287 KB |
memoryfilesystem-2.3.0-sources.jar | 100 KB |
memoryfilesystem-2.3.0-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/memoryfilesystem/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/memoryfilesystem/
implementation 'com.github.marschall:memoryfilesystem:2.3.0'
// https://jarcasting.com/artifacts/com.github.marschall/memoryfilesystem/
implementation ("com.github.marschall:memoryfilesystem:2.3.0")
'com.github.marschall:memoryfilesystem:jar:2.3.0'
<dependency org="com.github.marschall" name="memoryfilesystem" rev="2.3.0">
<artifact name="memoryfilesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='memoryfilesystem', version='2.3.0')
)
libraryDependencies += "com.github.marschall" % "memoryfilesystem" % "2.3.0"
[com.github.marschall/memoryfilesystem "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api Optional | jar | 1.3.2 |