| Группа | Группаorg.modeshape |
|---|---|
| Идентификатор | Идентификаторmodeshape-jdbc-local |
| Версия | Версия3.0.0.Final |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-jdbc-local/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jdbc-local</artifactId>
<version>3.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jdbc-local/
implementation 'org.modeshape:modeshape-jdbc-local:3.0.0.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jdbc-local/
implementation ("org.modeshape:modeshape-jdbc-local:3.0.0.Final")
'org.modeshape:modeshape-jdbc-local:jar:3.0.0.Final'
<dependency org="org.modeshape" name="modeshape-jdbc-local" rev="3.0.0.Final">
<artifact name="modeshape-jdbc-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-jdbc-local', version='3.0.0.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-jdbc-local" % "3.0.0.Final"
[org.modeshape/modeshape-jdbc-local "3.0.0.Final"]