is not current version
Last Version 0.99.1

com.heliorm:postgresql 0.86


Categories

Categories

PostgreSQL Data Databases ORM
GroupId

GroupId

com.heliorm
ArtifactId

ArtifactId

postgresql
Version

Version

0.86
Type

Type

jar

Download postgresql 0.86


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