Files download
File Operation
single-table-bulk-id-strategy-1.3.jar download
single-table-bulk-id-strategy-1.3.pom download
single-table-bulk-id-strategy-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.grimsa.hibernate</groupId>
  <artifactId>single-table-bulk-id-strategy</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.grimsa.hibernate:single-table-bulk-id-strategy:1.3'
Gradle Kotlin
implementation("com.github.grimsa.hibernate:single-table-bulk-id-strategy:1.3")
Scala SBT
libraryDependencies += "com.github.grimsa.hibernate" % "single-table-bulk-id-strategy" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.grimsa.hibernate', module='single-table-bulk-id-strategy', version='1.3')
)
Apache Ivy
<dependency org="com.github.grimsa.hibernate" name="single-table-bulk-id-strategy" rev="1.3" />
Leiningen
[com.github.grimsa.hibernate/single-table-bulk-id-strategy "1.3"]
Apache Buildr
'com.github.grimsa.hibernate:single-table-bulk-id-strategy:jar:1.3'