is not current version
Last Version 1.0.4

com.bertoncelj.hibernatejson:hibernate-json 1.0.2

Store entity attributes (POJOs, lists and maps) as JSON strings in database.

Categories

Categories

JSON Data Hibernate ORM
GroupId

GroupId

com.bertoncelj.hibernatejson
ArtifactId

ArtifactId

hibernate-json
Version

Version

1.0.2
Type

Type

jar

Download hibernate-json 1.0.2


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