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