Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdorg.postgresql |
ArtifactId | ArtifactIdpgjdbc-benchmark |
Version | Version42.1.1 |
Type | Typejar |
Filename | Size |
---|---|
pgjdbc-benchmark-42.1.1.pom | |
pgjdbc-benchmark-42.1.1.jar | 254 KB |
pgjdbc-benchmark-42.1.1-sources.jar | 137 KB |
pgjdbc-benchmark-42.1.1-javadoc.jar | 583 KB |
Browse |
<!-- 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"]