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