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