p

ph-cii-parent-pom

Base POM to build the ph-cii projects
https://github.com/phax/ph-cii
Apache 2
Philip Helger
Philip Helger
文件下载
文件名 操作
ph-cii-parent-pom-2.3.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.helger.cii</groupId>
  <artifactId>ph-cii-parent-pom</artifactId>
  <version>2.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.helger.cii:ph-cii-parent-pom:2.3.1'
Gradle Kotlin
implementation("com.helger.cii:ph-cii-parent-pom:2.3.1")
Scala SBT
libraryDependencies += "com.helger.cii" % "ph-cii-parent-pom" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.cii', module='ph-cii-parent-pom', version='2.3.1')
)
Apache Ivy
<dependency org="com.helger.cii" name="ph-cii-parent-pom" rev="2.3.1" />
Leiningen
[com.helger.cii/ph-cii-parent-pom "2.3.1"]
Apache Buildr
'com.helger.cii:ph-cii-parent-pom:jar:2.3.1'