Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.foundationdb |
ArtifactId | ArtifactIdfdb-sql-layer-hibernate |
Version | Version1.9.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-hibernate/ -->
<dependency>
<groupId>com.foundationdb</groupId>
<artifactId>fdb-sql-layer-hibernate</artifactId>
<version>1.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-hibernate/
implementation 'com.foundationdb:fdb-sql-layer-hibernate:1.9.5'
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-hibernate/
implementation ("com.foundationdb:fdb-sql-layer-hibernate:1.9.5")
'com.foundationdb:fdb-sql-layer-hibernate:jar:1.9.5'
<dependency org="com.foundationdb" name="fdb-sql-layer-hibernate" rev="1.9.5">
<artifact name="fdb-sql-layer-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foundationdb', module='fdb-sql-layer-hibernate', version='1.9.5')
)
libraryDependencies += "com.foundationdb" % "fdb-sql-layer-hibernate" % "1.9.5"
[com.foundationdb/fdb-sql-layer-hibernate "1.9.5"]