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