p

ph-math-parent-pom

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