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

org.modeshape:modeshape-jdbc-local 3.7.1.Final

JDBC driver to allow clients to use JCR-SQL2 to query a ModeShape JCR repository within the same JVM process.

Группа

Группа

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

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

modeshape-jdbc-local
Версия

Версия

3.7.1.Final
Тип

Тип

jar

Скачать modeshape-jdbc-local 3.7.1.Final


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