License |
License
GNU
|
---|---|
Categories |
CategoriesJSON Data Hibernate ORM |
GroupId | GroupIdcom.github.alaptseu |
ArtifactId | ArtifactIdhibernate2json |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionhibernate2json
Maping JSON objects using generic Hibernate Types
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hibernate2json-1.0.pom | |
hibernate2json-1.0.jar | 13 KB |
hibernate2json-1.0-sources.jar | 5 KB |
hibernate2json-1.0-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alaptseu/hibernate2json/ -->
<dependency>
<groupId>com.github.alaptseu</groupId>
<artifactId>hibernate2json</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alaptseu/hibernate2json/
implementation 'com.github.alaptseu:hibernate2json:1.0'
// https://jarcasting.com/artifacts/com.github.alaptseu/hibernate2json/
implementation ("com.github.alaptseu:hibernate2json:1.0")
'com.github.alaptseu:hibernate2json:jar:1.0'
<dependency org="com.github.alaptseu" name="hibernate2json" rev="1.0">
<artifact name="hibernate2json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alaptseu', module='hibernate2json', version='1.0')
)
libraryDependencies += "com.github.alaptseu" % "hibernate2json" % "1.0"
[com.github.alaptseu/hibernate2json "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.8.1 |
org.hibernate : hibernate-core | jar | 5.1.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |