<dependency> <groupId>com.helger</groupId> <artifactId>ph-commons</artifactId> <version>6.2.3</version> <type>bundle</type> </dependency>
implementation 'com.helger:ph-commons:6.2.3'
implementation("com.helger:ph-commons:6.2.3")
libraryDependencies += "com.helger" % "ph-commons" % "6.2.3"
@Grapes( @Grab(group='com.helger', module='ph-commons', version='6.2.3') )
<dependency org="com.helger" name="ph-commons" rev="6.2.3" />
[com.helger/ph-commons "6.2.3"]
'com.helger:ph-commons:jar:6.2.3'
<parent> <groupId>com.helger</groupId> <artifactId>ph-commons-parent-pom</artifactId> <version>6.2.3</version> </parent>
compile
|-- com.google.code.findbugs:annotations
|-- xerces:xercesImpl
|-- xml-apis:xml-apis
|-- junit:junit
test
|-- dom4j:dom4j:1.6.1
|-- org.apache.felix:org.apache.felix.framework:5.4.0
|-- org.slf4j:slf4j-simple