| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.vzornic.pgjsonb |
| ArtifactId | ArtifactIdpgjsonb |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.vzornic.pgjsonb:pgjsonb<
Easy use of PostgreSQL json data types with Hibernate or JDBC
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pgjsonb-1.2.0.pom | |
| pgjsonb-1.2.0.jar | 40 KB |
| pgjsonb-1.2.0-sources.jar | 27 KB |
| pgjsonb-1.2.0-javadoc.jar | 247 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vzornic.pgjsonb/pgjsonb/ -->
<dependency>
<groupId>com.vzornic.pgjsonb</groupId>
<artifactId>pgjsonb</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vzornic.pgjsonb/pgjsonb/
implementation 'com.vzornic.pgjsonb:pgjsonb:1.2.0'
// https://jarcasting.com/artifacts/com.vzornic.pgjsonb/pgjsonb/
implementation ("com.vzornic.pgjsonb:pgjsonb:1.2.0")
'com.vzornic.pgjsonb:pgjsonb:jar:1.2.0'
<dependency org="com.vzornic.pgjsonb" name="pgjsonb" rev="1.2.0">
<artifact name="pgjsonb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vzornic.pgjsonb', module='pgjsonb', version='1.2.0')
)
libraryDependencies += "com.vzornic.pgjsonb" % "pgjsonb" % "1.2.0"
[com.vzornic.pgjsonb/pgjsonb "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-core | jar | 5.4.12.Final |
| org.hsqldb : hsqldb | jar | 2.3.4 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| postgresql : postgresql | jar | 9.1-901-1.jdbc4 |