is not current version
Last Version 5.4.1.Final

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

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

GroupId

GroupId

org.modeshape
ArtifactId

ArtifactId

modeshape-jdbc-local
Version

Version

4.6.1.Final
Type

Type

jar

Download modeshape-jdbc-local 4.6.1.Final


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