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.2.0.Final.jar download
modeshape-persistence-file-5.2.0.Final.pom download
modeshape-persistence-file-5.2.0.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.modeshape</groupId>
  <artifactId>modeshape-persistence-file</artifactId>
  <version>5.2.0.Final</version>
</dependency>
Gradle Groovy
implementation 'org.modeshape:modeshape-persistence-file:5.2.0.Final'
Gradle Kotlin
implementation("org.modeshape:modeshape-persistence-file:5.2.0.Final")
Scala SBT
libraryDependencies += "org.modeshape" % "modeshape-persistence-file" % "5.2.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.modeshape', module='modeshape-persistence-file', version='5.2.0.Final')
)
Apache Ivy
<dependency org="org.modeshape" name="modeshape-persistence-file" rev="5.2.0.Final" />
Leiningen
[org.modeshape/modeshape-persistence-file "5.2.0.Final"]
Apache Buildr
'org.modeshape:modeshape-persistence-file:jar:5.2.0.Final'