| Категории |
КатегорииPostgreSQL Данные Базы данных |
|---|---|
| Группа | Группаio.github.factoryfx |
| Идентификатор | ИдентификаторpostgresqlStorage |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| postgresqlStorage-1.0.0.pom | |
| postgresqlStorage-1.0.0.jar | 11 KB |
| postgresqlStorage-1.0.0-sources.jar | 4 KB |
| postgresqlStorage-1.0.0-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.factoryfx/postgresqlStorage/ -->
<dependency>
<groupId>io.github.factoryfx</groupId>
<artifactId>postgresqlStorage</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.factoryfx/postgresqlStorage/
implementation 'io.github.factoryfx:postgresqlStorage:1.0.0'
// https://jarcasting.com/artifacts/io.github.factoryfx/postgresqlStorage/
implementation ("io.github.factoryfx:postgresqlStorage:1.0.0")
'io.github.factoryfx:postgresqlStorage:jar:1.0.0'
<dependency org="io.github.factoryfx" name="postgresqlStorage" rev="1.0.0">
<artifact name="postgresqlStorage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.factoryfx', module='postgresqlStorage', version='1.0.0')
)
libraryDependencies += "io.github.factoryfx" % "postgresqlStorage" % "1.0.0"
[io.github.factoryfx/postgresqlStorage "1.0.0"]