License |
License |
---|---|
GroupId | GroupIdorg.pgdoc |
ArtifactId | ArtifactIdpgdoc |
Version | Version1.2.4 |
Type | Typejar |
Description |
DescriptionPgDoc
PgDoc is a library for using PostgreSQL as a JSON document store.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pgdoc-1.2.4.pom | |
pgdoc-1.2.4.jar | 20 KB |
pgdoc-1.2.4-sources.jar | 17 KB |
pgdoc-1.2.4-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pgdoc/pgdoc/ -->
<dependency>
<groupId>org.pgdoc</groupId>
<artifactId>pgdoc</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.pgdoc/pgdoc/
implementation 'org.pgdoc:pgdoc:1.2.4'
// https://jarcasting.com/artifacts/org.pgdoc/pgdoc/
implementation ("org.pgdoc:pgdoc:1.2.4")
'org.pgdoc:pgdoc:jar:1.2.4'
<dependency org="org.pgdoc" name="pgdoc" rev="1.2.4">
<artifact name="pgdoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pgdoc', module='pgdoc', version='1.2.4')
)
libraryDependencies += "org.pgdoc" % "pgdoc" % "1.2.4"
[org.pgdoc/pgdoc "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
com.impossibl.pgjdbc-ng : pgjdbc-ng | jar | 0.8.9 |
com.google.code.gson : gson | jar | 2.8.8 |
com.fatboyindustrial.gson-javatime-serialisers : gson-javatime-serialisers | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
junit : junit | jar | 4.13.2 |