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