| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаcom.harium.database |
| Идентификатор | Идентификаторpostgrest |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Описание |
Описаниеposgrest-java
A Java client for PostgREST
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| postgrest-0.0.2.pom | |
| postgrest-0.0.2.jar | 16 KB |
| postgrest-0.0.2-sources.jar | 5 KB |
| postgrest-0.0.2-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.harium.database/postgrest/ -->
<dependency>
<groupId>com.harium.database</groupId>
<artifactId>postgrest</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.database/postgrest/
implementation 'com.harium.database:postgrest:0.0.2'
// https://jarcasting.com/artifacts/com.harium.database/postgrest/
implementation ("com.harium.database:postgrest:0.0.2")
'com.harium.database:postgrest:jar:0.0.2'
<dependency org="com.harium.database" name="postgrest" rev="0.0.2">
<artifact name="postgrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.database', module='postgrest', version='0.0.2')
)
libraryDependencies += "com.harium.database" % "postgrest" % "0.0.2"
[com.harium.database/postgrest "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |