s

sqlhelper-hibernate

Supports hibernate
文件下载
文件名 操作
sqlhelper-hibernate-3.5.0.jar 下载
sqlhelper-hibernate-3.5.0.pom 下载
sqlhelper-hibernate-3.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.sqlhelper</groupId>
  <artifactId>sqlhelper-hibernate</artifactId>
  <version>3.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-hibernate:3.5.0'
Gradle Kotlin
implementation("com.github.fangjinuo.sqlhelper:sqlhelper-hibernate:3.5.0")
Scala SBT
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-hibernate" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-hibernate', version='3.5.0')
)
Apache Ivy
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-hibernate" rev="3.5.0" />
Leiningen
[com.github.fangjinuo.sqlhelper/sqlhelper-hibernate "3.5.0"]
Apache Buildr
'com.github.fangjinuo.sqlhelper:sqlhelper-hibernate:jar:3.5.0'