is not current version
Last Version 0.7.0-beta.2

org.cloudhoist:postgres 0.4.0-beta-1


GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

postgres
Version

Version

0.4.0-beta-1
Type

Type

jar

Download postgres 0.4.0-beta-1


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