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