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