License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases Hibernate ORM |
GroupId | GroupIdde.cpg.oss |
ArtifactId | ArtifactIdhibernate-postgresql-patch |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionHibernate PostgreSQL Patch
Provides a custom extended PostgreSQL dialect for Hibernate 4.x.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/de.cpg.oss/hibernate-postgresql-patch/ -->
<dependency>
<groupId>de.cpg.oss</groupId>
<artifactId>hibernate-postgresql-patch</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.cpg.oss/hibernate-postgresql-patch/
implementation 'de.cpg.oss:hibernate-postgresql-patch:1.0.0'
// https://jarcasting.com/artifacts/de.cpg.oss/hibernate-postgresql-patch/
implementation ("de.cpg.oss:hibernate-postgresql-patch:1.0.0")
'de.cpg.oss:hibernate-postgresql-patch:jar:1.0.0'
<dependency org="de.cpg.oss" name="hibernate-postgresql-patch" rev="1.0.0">
<artifact name="hibernate-postgresql-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cpg.oss', module='hibernate-postgresql-patch', version='1.0.0')
)
libraryDependencies += "de.cpg.oss" % "hibernate-postgresql-patch" % "1.0.0"
[de.cpg.oss/hibernate-postgresql-patch "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 4.3.10.Final |