License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.harium.database |
ArtifactId | ArtifactIdpostgrest |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionposgrest-java
A Java client for PostgREST
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |