is not current version
Last Version 6.4.0

org.webjars.npm:pg 6.1.5

WebJar for pg

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

pg
Version

Version

6.1.5
Type

Type

jar

Download pg 6.1.5


<!-- https://jarcasting.com/artifacts/org.webjars.npm/pg/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>pg</artifactId>
    <version>6.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/pg/
implementation 'org.webjars.npm:pg:6.1.5'
// https://jarcasting.com/artifacts/org.webjars.npm/pg/
implementation ("org.webjars.npm:pg:6.1.5")
'org.webjars.npm:pg:jar:6.1.5'
<dependency org="org.webjars.npm" name="pg" rev="6.1.5">
  <artifact name="pg" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='pg', version='6.1.5')
)
libraryDependencies += "org.webjars.npm" % "pg" % "6.1.5"
[org.webjars.npm/pg "6.1.5"]