| Категории |
КатегорииUML Прикладные библиотеки Documents Processing |
|---|---|
| Группа | Группаorg.umlg |
| Идентификатор | Идентификаторsqlg-postgres |
| Версия | Версия1.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sqlg-postgres-1.2.0.pom | |
| sqlg-postgres-1.2.0.jar | 41 KB |
| sqlg-postgres-1.2.0-sources.jar | 18 KB |
| sqlg-postgres-1.2.0-javadoc.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.umlg/sqlg-postgres/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>sqlg-postgres</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/sqlg-postgres/
implementation 'org.umlg:sqlg-postgres:1.2.0'
// https://jarcasting.com/artifacts/org.umlg/sqlg-postgres/
implementation ("org.umlg:sqlg-postgres:1.2.0")
'org.umlg:sqlg-postgres:jar:1.2.0'
<dependency org="org.umlg" name="sqlg-postgres" rev="1.2.0">
<artifact name="sqlg-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='sqlg-postgres', version='1.2.0')
)
libraryDependencies += "org.umlg" % "sqlg-postgres" % "1.2.0"
[org.umlg/sqlg-postgres "1.2.0"]