is not current version
Last Version 2.1.0

com.foundationdb:fdb-sql-layer-hibernate 2.0.0

Dialect providing Hibernate integration with the FoundationDB SQL Layer.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.foundationdb
ArtifactId

ArtifactId

fdb-sql-layer-hibernate
Version

Version

2.0.0
Type

Type

jar

Download fdb-sql-layer-hibernate 2.0.0


<!-- https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-hibernate/ -->
<dependency>
    <groupId>com.foundationdb</groupId>
    <artifactId>fdb-sql-layer-hibernate</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-hibernate/
implementation 'com.foundationdb:fdb-sql-layer-hibernate:2.0.0'
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-hibernate/
implementation ("com.foundationdb:fdb-sql-layer-hibernate:2.0.0")
'com.foundationdb:fdb-sql-layer-hibernate:jar:2.0.0'
<dependency org="com.foundationdb" name="fdb-sql-layer-hibernate" rev="2.0.0">
  <artifact name="fdb-sql-layer-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foundationdb', module='fdb-sql-layer-hibernate', version='2.0.0')
)
libraryDependencies += "com.foundationdb" % "fdb-sql-layer-hibernate" % "2.0.0"
[com.foundationdb/fdb-sql-layer-hibernate "2.0.0"]