is not current version
Last Version 42.2.2

org.postgresql:pgjdbc-benchmark 42.1.1

PostgreSQL JDBC Driver - benchmarks

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.postgresql
ArtifactId

ArtifactId

pgjdbc-benchmark
Version

Version

42.1.1
Type

Type

jar

Download pgjdbc-benchmark 42.1.1


<!-- https://jarcasting.com/artifacts/org.postgresql/pgjdbc-benchmark/ -->
<dependency>
    <groupId>org.postgresql</groupId>
    <artifactId>pgjdbc-benchmark</artifactId>
    <version>42.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.postgresql/pgjdbc-benchmark/
implementation 'org.postgresql:pgjdbc-benchmark:42.1.1'
// https://jarcasting.com/artifacts/org.postgresql/pgjdbc-benchmark/
implementation ("org.postgresql:pgjdbc-benchmark:42.1.1")
'org.postgresql:pgjdbc-benchmark:jar:42.1.1'
<dependency org="org.postgresql" name="pgjdbc-benchmark" rev="42.1.1">
  <artifact name="pgjdbc-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.postgresql', module='pgjdbc-benchmark', version='42.1.1')
)
libraryDependencies += "org.postgresql" % "pgjdbc-benchmark" % "42.1.1"
[org.postgresql/pgjdbc-benchmark "42.1.1"]