p

phive-parent-pom

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