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