is not current version
Last Version 1.2

com.mopano:hibernate-array-contributor 1.0

A type contributor allowing Hibernate to use various types of array objects inside entities. Used for PostgreSQL.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.mopano
ArtifactId

ArtifactId

hibernate-array-contributor
Version

Version

1.0
Type

Type

jar

Download hibernate-array-contributor 1.0


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