is not current version
Last Version 5.4.1.Final

org.modeshape:modeshape-jcr 4.0.0.Alpha4

ModeShape implementation of the JCR API

GroupId

GroupId

org.modeshape
ArtifactId

ArtifactId

modeshape-jcr
Version

Version

4.0.0.Alpha4
Type

Type

jar

Download modeshape-jcr 4.0.0.Alpha4


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