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