Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.squirrel-sql.plugins |
ArtifactId | ArtifactIdpostgres |
Version | Version3.2.1 |
Type | Typejar |
Filename | Size |
---|---|
postgres-3.2.1.pom | |
postgres-3.2.1.jar | 113 KB |
postgres-3.2.1-sources.jar | 67 KB |
postgres-3.2.1-javadoc.jar | 344 KB |
postgres-3.2.1-assembly.zip | 628 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql.plugins/postgres/ -->
<dependency>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>postgres</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.plugins/postgres/
implementation 'net.sf.squirrel-sql.plugins:postgres:3.2.1'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.plugins/postgres/
implementation ("net.sf.squirrel-sql.plugins:postgres:3.2.1")
'net.sf.squirrel-sql.plugins:postgres:jar:3.2.1'
<dependency org="net.sf.squirrel-sql.plugins" name="postgres" rev="3.2.1">
<artifact name="postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql.plugins', module='postgres', version='3.2.1')
)
libraryDependencies += "net.sf.squirrel-sql.plugins" % "postgres" % "3.2.1"
[net.sf.squirrel-sql.plugins/postgres "3.2.1"]