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