Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdorg.postgresql |
ArtifactId | ArtifactIdpgjdbc-benchmark |
Version | Version9.4.1207 |
Type | Typejar |
Filename | Size |
---|---|
pgjdbc-benchmark-9.4.1207.pom | |
pgjdbc-benchmark-9.4.1207.jar | 295 KB |
pgjdbc-benchmark-9.4.1207-sources.jar | 16 KB |
pgjdbc-benchmark-9.4.1207-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.postgresql/pgjdbc-benchmark/ -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>pgjdbc-benchmark</artifactId>
<version>9.4.1207</version>
</dependency>
// https://jarcasting.com/artifacts/org.postgresql/pgjdbc-benchmark/
implementation 'org.postgresql:pgjdbc-benchmark:9.4.1207'
// https://jarcasting.com/artifacts/org.postgresql/pgjdbc-benchmark/
implementation ("org.postgresql:pgjdbc-benchmark:9.4.1207")
'org.postgresql:pgjdbc-benchmark:jar:9.4.1207'
<dependency org="org.postgresql" name="pgjdbc-benchmark" rev="9.4.1207">
<artifact name="pgjdbc-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.postgresql', module='pgjdbc-benchmark', version='9.4.1207')
)
libraryDependencies += "org.postgresql" % "pgjdbc-benchmark" % "9.4.1207"
[org.postgresql/pgjdbc-benchmark "9.4.1207"]