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