c

centit-persistence-hibernate

整合hibernate框架
Files download
File Operation
centit-persistence-hibernate-1.0.2.jar download
centit-persistence-hibernate-1.0.2.pom download
centit-persistence-hibernate-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.centit.framework</groupId>
  <artifactId>centit-persistence-hibernate</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.centit.framework:centit-persistence-hibernate:1.0.2'
Gradle Kotlin
implementation("com.centit.framework:centit-persistence-hibernate:1.0.2")
Scala SBT
libraryDependencies += "com.centit.framework" % "centit-persistence-hibernate" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.centit.framework', module='centit-persistence-hibernate', version='1.0.2')
)
Apache Ivy
<dependency org="com.centit.framework" name="centit-persistence-hibernate" rev="1.0.2" />
Leiningen
[com.centit.framework/centit-persistence-hibernate "1.0.2"]
Apache Buildr
'com.centit.framework:centit-persistence-hibernate:jar:1.0.2'