is not current version
Last Version 1.3

com.mopano:hibernate-json-contributor 1.1

A type contributor allowing Hibernate to use javax.json.JsonArray, javax.json.JsonObject and javax.json.JsonStructure objects inside entities. Used for PostgreSQL types json/jsonb.

Categories

Categories

JSON Data Hibernate ORM
GroupId

GroupId

com.mopano
ArtifactId

ArtifactId

hibernate-json-contributor
Version

Version

1.1
Type

Type

jar

Download hibernate-json-contributor 1.1


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