| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.pgdoc |
| Идентификатор | Идентификаторpgdoc |
| Последняя версия | Последняя версия1.2.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPgDoc
PgDoc is a library for using PostgreSQL as a JSON document store.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 | 455 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
| junit : junit | jar | 4.13.2 |