c

centit-persistence-hibernate

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