is not current version
Last Version 1.2.4

org.pgdoc:pgdoc 1.1.0

PgDoc is a library for using PostgreSQL as a JSON document store.

GroupId

GroupId

org.pgdoc
ArtifactId

ArtifactId

pgdoc
Version

Version

1.1.0
Type

Type

jar

Download pgdoc 1.1.0


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