c

centit-persistence-hibernate

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