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