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