| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.bazar-nazar |
| ArtifactId | ArtifactIdpgjson |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPGJson
postgres json type support for hibernate
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pgjson-1.0.pom | |
| pgjson-1.0.jar | 5 KB |
| pgjson-1.0-sources.jar | 2 KB |
| pgjson-1.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bazar-nazar/pgjson/ -->
<dependency>
<groupId>com.github.bazar-nazar</groupId>
<artifactId>pgjson</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bazar-nazar/pgjson/
implementation 'com.github.bazar-nazar:pgjson:1.0'
// https://jarcasting.com/artifacts/com.github.bazar-nazar/pgjson/
implementation ("com.github.bazar-nazar:pgjson:1.0")
'com.github.bazar-nazar:pgjson:jar:1.0'
<dependency org="com.github.bazar-nazar" name="pgjson" rev="1.0">
<artifact name="pgjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bazar-nazar', module='pgjson', version='1.0')
)
libraryDependencies += "com.github.bazar-nazar" % "pgjson" % "1.0"
[com.github.bazar-nazar/pgjson "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-core | jar | 4.3.0.Final |
| org.codehaus.jackson : jackson-jaxrs | jar | 1.9.13 |
| org.postgresql : postgresql | jar | 9.2-1002-jdbc4 |