<dependency> <groupId>com.helger</groupId> <artifactId>ph-commons</artifactId> <version>5.7.0</version> <type>bundle</type> </dependency>
implementation 'com.helger:ph-commons:5.7.0'
implementation("com.helger:ph-commons:5.7.0")
libraryDependencies += "com.helger" % "ph-commons" % "5.7.0"
@Grapes( @Grab(group='com.helger', module='ph-commons', version='5.7.0') )
<dependency org="com.helger" name="ph-commons" rev="5.7.0" />
[com.helger/ph-commons "5.7.0"]
'com.helger:ph-commons:jar:5.7.0'
<parent> <groupId>com.helger</groupId> <artifactId>parent-pom</artifactId> <version>1.3.3</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- com.google.code.findbugs:annotations:2.0.3
|-- xerces:xercesImpl:2.11.0
|-- xml-apis:xml-apis:1.4.01
|-- junit:junit
|-- javax.xml.bind:jaxb-api:2.1
|-- com.sun.xml.bind:jaxb-impl:2.1.13
test
|-- dom4j:dom4j:1.6.1
|-- org.slf4j:slf4j-simple
|-- com.helger:ph-jdk5:1.1.0