is not current version
Last Version 5.4.1.Final

org.modeshape:modeshape-jcr 3.1.1.Final

ModeShape implementation of the JCR API

GroupId

GroupId

org.modeshape
ArtifactId

ArtifactId

modeshape-jcr
Version

Version

3.1.1.Final
Type

Type

jar

Download modeshape-jcr 3.1.1.Final


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