| License |
License
NuoDB Terms and Conditions
|
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.nuodb.hibernate |
| ArtifactId | ArtifactIdnuodb-hibernate |
| Version | Version20.0.2-hib5 |
| Type | Typejar |
| Description |
DescriptionNuoDB Hibernate Dialect
NuoDB Hibernate dialect classes for use with JDK 1.8, and newer
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.nuodb.hibernate/nuodb-hibernate/ -->
<dependency>
<groupId>com.nuodb.hibernate</groupId>
<artifactId>nuodb-hibernate</artifactId>
<version>20.0.2-hib5</version>
</dependency>
// https://jarcasting.com/artifacts/com.nuodb.hibernate/nuodb-hibernate/
implementation 'com.nuodb.hibernate:nuodb-hibernate:20.0.2-hib5'
// https://jarcasting.com/artifacts/com.nuodb.hibernate/nuodb-hibernate/
implementation ("com.nuodb.hibernate:nuodb-hibernate:20.0.2-hib5")
'com.nuodb.hibernate:nuodb-hibernate:jar:20.0.2-hib5'
<dependency org="com.nuodb.hibernate" name="nuodb-hibernate" rev="20.0.2-hib5">
<artifact name="nuodb-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nuodb.hibernate', module='nuodb-hibernate', version='20.0.2-hib5')
)
libraryDependencies += "com.nuodb.hibernate" % "nuodb-hibernate" % "20.0.2-hib5"
[com.nuodb.hibernate/nuodb-hibernate "20.0.2-hib5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.nuodb.jdbc : nuodb-jdbc | jar | [20.0,) |
| org.hibernate : hibernate-core | jar | 5.4.30.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-testing | jar | 5.4.30.Final |
| junit : junit | jar | 4.13.2 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.5.0 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.5.0 |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.5.0 |
| com.h2database : h2 | jar | 1.4.200 |