is not current version
Last Version 5.4.1.Final

org.modeshape:modeshape-persistence 5.2.0.Final

ModeShape persistence providers

GroupId

GroupId

org.modeshape
ArtifactId

ArtifactId

modeshape-persistence
Version

Version

5.2.0.Final
Type

Type

pom

Download modeshape-persistence 5.2.0.Final


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