<dependency> <groupId>com.helger</groupId> <artifactId>ph-jaxb</artifactId> <version>9.1.1</version> <type>bundle</type> </dependency>
implementation 'com.helger:ph-jaxb:9.1.1'
implementation("com.helger:ph-jaxb:9.1.1")
libraryDependencies += "com.helger" % "ph-jaxb" % "9.1.1"
@Grapes( @Grab(group='com.helger', module='ph-jaxb', version='9.1.1') )
<dependency org="com.helger" name="ph-jaxb" rev="9.1.1" />
[com.helger/ph-jaxb "9.1.1"]
'com.helger:ph-jaxb:jar:9.1.1'
<parent> <groupId>com.helger</groupId> <artifactId>ph-commons-parent-pom</artifactId> <version>9.1.1</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