is not current version
Last Version 1.0.21

com.github.the-alchemist:hibernate-postgresql 1.0.6

A collection of Hibernate type mappings for PostgreSQL-specific types such as hstore, circle, polygon, and more!

Categories

Categories

PostgreSQL Data Databases Hibernate ORM
GroupId

GroupId

com.github.the-alchemist
ArtifactId

ArtifactId

hibernate-postgresql
Version

Version

1.0.6
Type

Type

jar

Download hibernate-postgresql 1.0.6


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