m

modeshape-persistence-file

ModeShape Persistence Provider which stores content locally on the FS
http://www.modeshape.org
Files download
File Operation
modeshape-persistence-file-5.5.1.fcr.jar download
modeshape-persistence-file-5.5.1.fcr.pom download
modeshape-persistence-file-5.5.1.fcr-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fcrepo</groupId>
  <artifactId>modeshape-persistence-file</artifactId>
  <version>5.5.1.fcr</version>
</dependency>
Gradle Groovy
implementation 'org.fcrepo:modeshape-persistence-file:5.5.1.fcr'
Gradle Kotlin
implementation("org.fcrepo:modeshape-persistence-file:5.5.1.fcr")
Scala SBT
libraryDependencies += "org.fcrepo" % "modeshape-persistence-file" % "5.5.1.fcr"
Groovy Grape
@Grapes(
  @Grab(group='org.fcrepo', module='modeshape-persistence-file', version='5.5.1.fcr')
)
Apache Ivy
<dependency org="org.fcrepo" name="modeshape-persistence-file" rev="5.5.1.fcr" />
Leiningen
[org.fcrepo/modeshape-persistence-file "5.5.1.fcr"]
Apache Buildr
'org.fcrepo:modeshape-persistence-file:jar:5.5.1.fcr'