| Categories | CategoriesPostgreSQL Data Databases | 
|---|---|
| GroupId | GroupIdorg.postgresql | 
| ArtifactId | ArtifactIdpostgresql | 
| Version | Version9.3-1102-jdbc3 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| postgresql-9.3-1102-jdbc3.pom | |
| postgresql-9.3-1102-jdbc3.jar | 526 KB | 
| postgresql-9.3-1102-jdbc3-sources.jar | 348 KB | 
| postgresql-9.3-1102-jdbc3-javadoc.jar | 183 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.postgresql/postgresql/ -->
<dependency>
    <groupId>org.postgresql</groupId>
    <artifactId>postgresql</artifactId>
    <version>9.3-1102-jdbc3</version>
</dependency>// https://jarcasting.com/artifacts/org.postgresql/postgresql/
implementation 'org.postgresql:postgresql:9.3-1102-jdbc3'// https://jarcasting.com/artifacts/org.postgresql/postgresql/
implementation ("org.postgresql:postgresql:9.3-1102-jdbc3")'org.postgresql:postgresql:jar:9.3-1102-jdbc3'<dependency org="org.postgresql" name="postgresql" rev="9.3-1102-jdbc3">
  <artifact name="postgresql" type="jar" />
</dependency>@Grapes(
@Grab(group='org.postgresql', module='postgresql', version='9.3-1102-jdbc3')
)libraryDependencies += "org.postgresql" % "postgresql" % "9.3-1102-jdbc3"[org.postgresql/postgresql "9.3-1102-jdbc3"]