| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.mycore | 
    
| ArtifactId | ArtifactIdmycore-ifs | 
    
| Last Version | Last Version2022.02 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionMyCoRe IFS1 
            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) 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| mycore-ifs-2022.02.pom | |
| mycore-ifs-2022.02.jar | 224 KB | 
| mycore-ifs-2022.02-sources.jar | 134 KB | 
| mycore-ifs-2022.02-javadoc.jar | 688 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-ifs/ -->
<dependency>
    <groupId>org.mycore</groupId>
    <artifactId>mycore-ifs</artifactId>
    <version>2022.02</version>
</dependency>
                // https://jarcasting.com/artifacts/org.mycore/mycore-ifs/
implementation 'org.mycore:mycore-ifs:2022.02'
                // https://jarcasting.com/artifacts/org.mycore/mycore-ifs/
implementation ("org.mycore:mycore-ifs:2022.02")
                'org.mycore:mycore-ifs:jar:2022.02'
                <dependency org="org.mycore" name="mycore-ifs" rev="2022.02">
  <artifact name="mycore-ifs" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.mycore', module='mycore-ifs', version='2022.02')
)
                libraryDependencies += "org.mycore" % "mycore-ifs" % "2022.02"
                [org.mycore/mycore-ifs "2022.02"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 31.1-jre | 
| commons-io : commons-io | jar | 2.11.0 | 
| jakarta.persistence : jakarta.persistence-api | jar | 3.0.0 | 
| org.apache.logging.log4j : log4j-api | jar | |
| org.jdom : jdom2 | jar | 2.0.6.1 | 
| org.mycore : mycore-base | jar | 2022.02 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.h2database : h2 | jar | 1.4.199 | 
| junit : junit | jar | 4.13.2 | 
| org.mycore : mycore-base | test-jar | 2022.02 |