| Категории |
КатегорииH2 Данные Базы данных |
|---|---|
| Группа | Группаcom.lgou2w |
| Идентификатор | Идентификаторldk-sql-h2 |
| Версия | Версия0.1.8-beta12-hotfix1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.lgou2w/ldk-sql-h2/ -->
<dependency>
<groupId>com.lgou2w</groupId>
<artifactId>ldk-sql-h2</artifactId>
<version>0.1.8-beta12-hotfix1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lgou2w/ldk-sql-h2/
implementation 'com.lgou2w:ldk-sql-h2:0.1.8-beta12-hotfix1'
// https://jarcasting.com/artifacts/com.lgou2w/ldk-sql-h2/
implementation ("com.lgou2w:ldk-sql-h2:0.1.8-beta12-hotfix1")
'com.lgou2w:ldk-sql-h2:jar:0.1.8-beta12-hotfix1'
<dependency org="com.lgou2w" name="ldk-sql-h2" rev="0.1.8-beta12-hotfix1">
<artifact name="ldk-sql-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lgou2w', module='ldk-sql-h2', version='0.1.8-beta12-hotfix1')
)
libraryDependencies += "com.lgou2w" % "ldk-sql-h2" % "0.1.8-beta12-hotfix1"
[com.lgou2w/ldk-sql-h2 "0.1.8-beta12-hotfix1"]