<dependency> <groupId>com.helger.commons</groupId> <artifactId>ph-xml</artifactId> <version>11.1.10</version> <type>bundle</type> </dependency>
implementation 'com.helger.commons:ph-xml:11.1.10'
implementation("com.helger.commons:ph-xml:11.1.10")
libraryDependencies += "com.helger.commons" % "ph-xml" % "11.1.10"
@Grapes( @Grab(group='com.helger.commons', module='ph-xml', version='11.1.10') )
<dependency org="com.helger.commons" name="ph-xml" rev="11.1.10" />
[com.helger.commons/ph-xml "11.1.10"]
'com.helger.commons:ph-xml:jar:11.1.10'
<parent> <groupId>com.helger.commons</groupId> <artifactId>ph-commons-parent-pom</artifactId> <version>11.1.10</version> </parent>
compile
|-- com.helger.commons:ph-commons
|-- junit:junit
|-- com.github.spotbugs:spotbugs-annotations
test
|-- org.dom4j:dom4j:2.1.4
|-- org.apache.felix:org.apache.felix.framework:7.0.5