is not current version
Last Version 1.0.4

com.bertoncelj.hibernatejson:hibernate-json 1.0.3

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.3
Type

Type

jar

Download hibernate-json 1.0.3


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