is not current version
Last Version 0.5

com.marvinformatics.hibernate:hibernate-native-json 0.4

Read/Write an object to JSON / JSON to object into a database table field (declared as a json column).

Categories

Categories

JSON Data Native Development Tools ORM Hibernate
GroupId

GroupId

com.marvinformatics.hibernate
ArtifactId

ArtifactId

hibernate-native-json
Version

Version

0.4
Type

Type

jar

Download hibernate-native-json 0.4


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