is not current version
Last Version 2022.02

org.mycore:mycore-ifs 2021.06.1

Our old implementation of an internal file system for mycore. Use it as a runtime dependency and migrate your code to NIOFS (part of mycore-base)

GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

mycore-ifs
Version

Version

2021.06.1
Type

Type

jar

Download mycore-ifs 2021.06.1


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