is not current version
Last Version 0.0.2

com.harium.database:postgrest 0.0.1

A Java client for PostgREST

Categories

Categories

Data
GroupId

GroupId

com.harium.database
ArtifactId

ArtifactId

postgrest
Version

Version

0.0.1
Type

Type

jar

Download postgrest 0.0.1


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