не последняя версия
Последняя версия 5.4.1.Final

org.modeshape:modeshape-jcr 4.6.1.Final

ModeShape implementation of the JCR API

Группа

Группа

org.modeshape
Идентификатор

Идентификатор

modeshape-jcr
Версия

Версия

4.6.1.Final
Тип

Тип

jar

Скачать modeshape-jcr 4.6.1.Final


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