License |
License |
---|---|
GroupId | GroupIdorg.mycore |
ArtifactId | ArtifactIdmycore-ifs |
Version | Version2021.08 |
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-2021.08.pom | |
mycore-ifs-2021.08.jar | 211 KB |
mycore-ifs-2021.08-sources.jar | 122 KB |
mycore-ifs-2021.08-javadoc.jar | 684 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-ifs/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-ifs</artifactId>
<version>2021.08</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-ifs/
implementation 'org.mycore:mycore-ifs:2021.08'
// https://jarcasting.com/artifacts/org.mycore/mycore-ifs/
implementation ("org.mycore:mycore-ifs:2021.08")
'org.mycore:mycore-ifs:jar:2021.08'
<dependency org="org.mycore" name="mycore-ifs" rev="2021.08">
<artifact name="mycore-ifs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-ifs', version='2021.08')
)
libraryDependencies += "org.mycore" % "mycore-ifs" % "2021.08"
[org.mycore/mycore-ifs "2021.08"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 30.1.1-jre |
commons-io : commons-io | jar | 2.8.0 |
jakarta.persistence : jakarta.persistence-api | jar | 2.2.3 |
org.apache.logging.log4j : log4j-api | jar | |
org.jdom : jdom2 | jar | 2.0.6 |
org.mycore : mycore-base | jar | 2021.08 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.199 |
junit : junit | jar | 4.13.2 |
org.mycore : mycore-base | test-jar | 2021.08 |