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