is not current version
Last Version 4.0

net.optionfactory:hibernate-json 1.1

Custom Hibernate types for serializing fields as JSON, using either jackson or gson

Categories

Categories

Net JSON Data Hibernate ORM
GroupId

GroupId

net.optionfactory
ArtifactId

ArtifactId

hibernate-json
Version

Version

1.1
Type

Type

jar

Download hibernate-json 1.1


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