License |
License |
---|---|
Categories |
CategoriesJSON Data Hibernate ORM |
GroupId | GroupIdcom.bertoncelj.hibernatejson |
ArtifactId | ArtifactIdhibernate-json |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhibernate-json
Store entity attributes (POJOs, lists and maps) as JSON strings in database.
|
Filename | Size |
---|---|
hibernate-json-1.0.4.pom | |
hibernate-json-1.0.4.jar | 5 KB |
hibernate-json-1.0.4-sources.jar | 2 KB |
hibernate-json-1.0.4-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bertoncelj.hibernatejson/hibernate-json/ -->
<dependency>
<groupId>com.bertoncelj.hibernatejson</groupId>
<artifactId>hibernate-json</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertoncelj.hibernatejson/hibernate-json/
implementation 'com.bertoncelj.hibernatejson:hibernate-json:1.0.4'
// https://jarcasting.com/artifacts/com.bertoncelj.hibernatejson/hibernate-json/
implementation ("com.bertoncelj.hibernatejson:hibernate-json:1.0.4")
'com.bertoncelj.hibernatejson:hibernate-json:jar:1.0.4'
<dependency org="com.bertoncelj.hibernatejson" name="hibernate-json" rev="1.0.4">
<artifact name="hibernate-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertoncelj.hibernatejson', module='hibernate-json', version='1.0.4')
)
libraryDependencies += "com.bertoncelj.hibernatejson" % "hibernate-json" % "1.0.4"
[com.bertoncelj.hibernatejson/hibernate-json "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.2 |
com.google.guava : guava | jar | 16.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 4.3.5.Final |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
com.h2database : h2 | jar | 1.4.181 |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
org.hibernate : hibernate-entitymanager | jar | 4.3.5.Final |