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