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