is not current version
Last Version 1.4

com.aerse:mockfs 1.2

FileSystem for simulating IOExceptions

GroupId

GroupId

com.aerse
ArtifactId

ArtifactId

mockfs
Version

Version

1.2
Type

Type

jar

Download mockfs 1.2


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