<dependency> <groupId>com.helger.commons</groupId> <artifactId>ph-jaxb</artifactId> <version>10.1.6</version> <type>bundle</type> </dependency>
implementation 'com.helger.commons:ph-jaxb:10.1.6'
implementation("com.helger.commons:ph-jaxb:10.1.6")
libraryDependencies += "com.helger.commons" % "ph-jaxb" % "10.1.6"
@Grapes( @Grab(group='com.helger.commons', module='ph-jaxb', version='10.1.6') )
<dependency org="com.helger.commons" name="ph-jaxb" rev="10.1.6" />
[com.helger.commons/ph-jaxb "10.1.6"]
'com.helger.commons:ph-jaxb:jar:10.1.6'
<parent> <groupId>com.helger.commons</groupId> <artifactId>ph-commons-parent-pom</artifactId> <version>10.1.6</version> </parent>
compile
|-- jakarta.xml.bind:jakarta.xml.bind-api
|-- com.helger.commons:ph-commons
|-- com.helger.commons:ph-xml
|-- com.sun.xml.bind:jaxb-impl