License |
License |
---|---|
Categories |
CategoriesJSON Data Native Development Tools ORM Hibernate |
GroupId | GroupIdcom.marvinformatics.hibernate |
ArtifactId | ArtifactIdhibernate-native-json |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhibernate-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 |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
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 |
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 |