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