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