s

sqlhelper-hibernate

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