Last Version

hibernate-native-json 0.5

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

License

License

Categories

Categories

JSON Data Native Development Tools ORM Hibernate
GroupId

GroupId

com.marvinformatics.hibernate
ArtifactId

ArtifactId

hibernate-native-json
Version

Version

0.5
Type

Type

jar
Description

Description

hibernate-native-json
Read/Write an object to JSON / JSON to object into a database table field (declared as a json column).
Project URL

Project URL

https://github.com/velo/hibernate-native-json/
Source Code Management

Source Code Management

https://github.com/velo/hibernate-native-json/

Download hibernate-native-json 0.5


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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.2.1
com.fasterxml.jackson.core : jackson-annotations jar 2.2.1
com.fasterxml.jackson.core : jackson-databind jar 2.2.1

provided (5)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.2.21.Final
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
com.querydsl : querydsl-core jar 4.1.0
com.querydsl : querydsl-jpa jar 4.1.0
org.postgresql : postgresql jar 9.4.1208.jre7

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.6.2
junit : junit-dep jar 4.10
org.hamcrest : hamcrest-library jar 1.3
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.