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