is not current version
Last Version 5.4.1.Final

org.modeshape:modeshape-jdbc 3.8.1.Final

JDBC driver to allow clients to use JCR-SQL2 to query a local or remote ModeShape JCR repository.

GroupId

GroupId

org.modeshape
ArtifactId

ArtifactId

modeshape-jdbc
Version

Version

3.8.1.Final
Type

Type

jar

Download modeshape-jdbc 3.8.1.Final


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