Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.github.grimsa.hibernate |
ArtifactId | ArtifactIdsingle-table-bulk-id-strategy |
Version | Version1.2 |
Type | Typejar |
<!-- 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.2</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.2'
// https://jarcasting.com/artifacts/com.github.grimsa.hibernate/single-table-bulk-id-strategy/
implementation ("com.github.grimsa.hibernate:single-table-bulk-id-strategy:1.2")
'com.github.grimsa.hibernate:single-table-bulk-id-strategy:jar:1.2'
<dependency org="com.github.grimsa.hibernate" name="single-table-bulk-id-strategy" rev="1.2">
<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.2')
)
libraryDependencies += "com.github.grimsa.hibernate" % "single-table-bulk-id-strategy" % "1.2"
[com.github.grimsa.hibernate/single-table-bulk-id-strategy "1.2"]