MVN

org.postgresql : pgjdbc-benchmark

Maven & Gradle

Mar 15, 2018
1.4k stars

PostgreSQL JDBC Driver - benchmarks · PostgreSQL JDBC Driver - benchmarks

<dependency>
    <groupId>org.postgresql</groupId>
    <artifactId>pgjdbc-benchmark</artifactId>
    <version>42.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.postgresql : pgjdbc-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 42.2.2

All Versions

Choose a version of org.postgresql : pgjdbc-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
42.2.x
pgjdbc-benchmark-42.2.2
pgjdbc-benchmark-42.2.1
pgjdbc-benchmark-42.2.0
42.1.x
pgjdbc-benchmark-42.1.4
pgjdbc-benchmark-42.1.3
pgjdbc-benchmark-42.1.2
pgjdbc-benchmark-42.1.1
pgjdbc-benchmark-42.1.0
42.0.x
pgjdbc-benchmark-42.0.0
9.4.x
pgjdbc-benchmark-9.4.1212
pgjdbc-benchmark-9.4.1211
pgjdbc-benchmark-9.4.1210
pgjdbc-benchmark-9.4.1209
pgjdbc-benchmark-9.4.1208
pgjdbc-benchmark-9.4.1207

How to add a dependency to Maven

Add the following org.postgresql : pgjdbc-benchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.postgresql</groupId>
    <artifactId>pgjdbc-benchmark</artifactId>
    <version>42.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.postgresql : pgjdbc-benchmark gradle dependency to your build.gradle file:

implementation 'org.postgresql:pgjdbc-benchmark:42.2.2'

Gradle Kotlin DSL: Add the following org.postgresql : pgjdbc-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("org.postgresql:pgjdbc-benchmark:42.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.postgresql : pgjdbc-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "org.postgresql" % "pgjdbc-benchmark" % "42.2.2"