is not current version
Last Version 4.0

net.optionfactory:hibernate-json 3.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

3.0
Type

Type

jar

Download hibernate-json 3.0


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