| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sf.squirrel-sql.plugins |
| Идентификатор | Идентификаторpostgres |
| Версия | Версия3.2.0-RC1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| postgres-3.2.0-RC1.pom | |
| postgres-3.2.0-RC1.jar | 113 KB |
| postgres-3.2.0-RC1-sources.jar | 67 KB |
| postgres-3.2.0-RC1-javadoc.jar | 315 KB |
| postgres-3.2.0-RC1-assembly.zip | 628 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql.plugins/postgres/ -->
<dependency>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>postgres</artifactId>
<version>3.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.plugins/postgres/
implementation 'net.sf.squirrel-sql.plugins:postgres:3.2.0-RC1'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.plugins/postgres/
implementation ("net.sf.squirrel-sql.plugins:postgres:3.2.0-RC1")
'net.sf.squirrel-sql.plugins:postgres:jar:3.2.0-RC1'
<dependency org="net.sf.squirrel-sql.plugins" name="postgres" rev="3.2.0-RC1">
<artifact name="postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql.plugins', module='postgres', version='3.2.0-RC1')
)
libraryDependencies += "net.sf.squirrel-sql.plugins" % "postgres" % "3.2.0-RC1"
[net.sf.squirrel-sql.plugins/postgres "3.2.0-RC1"]