Files download
File Operation
ph-xml-10.2.0.jar download
ph-xml-10.2.0.pom download
ph-xml-10.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-xml</artifactId>
  <version>10.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.commons:ph-xml:10.2.0'
Gradle Kotlin
implementation("com.helger.commons:ph-xml:10.2.0")
Scala SBT
libraryDependencies += "com.helger.commons" % "ph-xml" % "10.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.commons', module='ph-xml', version='10.2.0')
)
Apache Ivy
<dependency org="com.helger.commons" name="ph-xml" rev="10.2.0" />
Leiningen
[com.helger.commons/ph-xml "10.2.0"]
Apache Buildr
'com.helger.commons:ph-xml:jar:10.2.0'