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