is not current version
Last Version 4.0

net.optionfactory:hibernate-json 2.0

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

2.0
Type

Type

jar

Download hibernate-json 2.0


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