GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-jdbc |
Version | Version5.2.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-jdbc/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jdbc</artifactId>
<version>5.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jdbc/
implementation 'org.modeshape:modeshape-jdbc:5.2.0.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jdbc/
implementation ("org.modeshape:modeshape-jdbc:5.2.0.Final")
'org.modeshape:modeshape-jdbc:jar:5.2.0.Final'
<dependency org="org.modeshape" name="modeshape-jdbc" rev="5.2.0.Final">
<artifact name="modeshape-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-jdbc', version='5.2.0.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-jdbc" % "5.2.0.Final"
[org.modeshape/modeshape-jdbc "5.2.0.Final"]