не последняя версия
Последняя версия 4.0

net.optionfactory:hibernate-json 1.1

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

Категории

Категории

Сеть JSON Данные Hibernate ORM
Группа

Группа

net.optionfactory
Идентификатор

Идентификатор

hibernate-json
Версия

Версия

1.1
Тип

Тип

jar

Скачать 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"]