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