License |
License
BSD License
|
---|---|
Categories |
CategoriesMaven Build Tools PostgreSQL Data Databases |
GroupId | GroupIdcom.google.code.maven-play-plugin.postgresql |
ArtifactId | ArtifactIdpostgresql |
Last Version | Last Version9.0-801.jdbc4-patched-play-1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPostgreSQL JDBC4 Driver
The PostgreSQL Driver JDBC4
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.postgresql/postgresql/ -->
<dependency>
<groupId>com.google.code.maven-play-plugin.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.0-801.jdbc4-patched-play-1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.postgresql/postgresql/
implementation 'com.google.code.maven-play-plugin.postgresql:postgresql:9.0-801.jdbc4-patched-play-1.2.3'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.postgresql/postgresql/
implementation ("com.google.code.maven-play-plugin.postgresql:postgresql:9.0-801.jdbc4-patched-play-1.2.3")
'com.google.code.maven-play-plugin.postgresql:postgresql:jar:9.0-801.jdbc4-patched-play-1.2.3'
<dependency org="com.google.code.maven-play-plugin.postgresql" name="postgresql" rev="9.0-801.jdbc4-patched-play-1.2.3">
<artifact name="postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.postgresql', module='postgresql', version='9.0-801.jdbc4-patched-play-1.2.3')
)
libraryDependencies += "com.google.code.maven-play-plugin.postgresql" % "postgresql" % "9.0-801.jdbc4-patched-play-1.2.3"
[com.google.code.maven-play-plugin.postgresql/postgresql "9.0-801.jdbc4-patched-play-1.2.3"]