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