License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.github.grimsa.hibernate |
ArtifactId | ArtifactIdsingle-table-bulk-id-strategy |
Version | Version1.3 |
Type | Typejar |
Description |
Descriptioncom.github.grimsa.hibernate:single-table-bulk-id-strategy
Single Table Bulk ID Strategy for Hibernate
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.grimsa.hibernate/single-table-bulk-id-strategy/ -->
<dependency>
<groupId>com.github.grimsa.hibernate</groupId>
<artifactId>single-table-bulk-id-strategy</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.grimsa.hibernate/single-table-bulk-id-strategy/
implementation 'com.github.grimsa.hibernate:single-table-bulk-id-strategy:1.3'
// https://jarcasting.com/artifacts/com.github.grimsa.hibernate/single-table-bulk-id-strategy/
implementation ("com.github.grimsa.hibernate:single-table-bulk-id-strategy:1.3")
'com.github.grimsa.hibernate:single-table-bulk-id-strategy:jar:1.3'
<dependency org="com.github.grimsa.hibernate" name="single-table-bulk-id-strategy" rev="1.3">
<artifact name="single-table-bulk-id-strategy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grimsa.hibernate', module='single-table-bulk-id-strategy', version='1.3')
)
libraryDependencies += "com.github.grimsa.hibernate" % "single-table-bulk-id-strategy" % "1.3"
[com.github.grimsa.hibernate/single-table-bulk-id-strategy "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 5.4.12.Final |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-testing | jar | 5.4.12.Final |
junit : junit | jar | 4.13 |
com.h2database : h2 | jar | 1.4.200 |