is not current version
Last Version 2022.02

org.mycore:mycore-ifs 2020.02

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

2020.02
Type

Type

jar

Download mycore-ifs 2020.02


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