<dependency> <groupId>com.github.stefanbirkner</groupId> <artifactId>lib-parent</artifactId> <version>9</version> <type>pom</type> </dependency>
implementation 'com.github.stefanbirkner:lib-parent:9'
implementation("com.github.stefanbirkner:lib-parent:9")
libraryDependencies += "com.github.stefanbirkner" % "lib-parent" % "9"
@Grapes( @Grab(group='com.github.stefanbirkner', module='lib-parent', version='9') )
<dependency org="com.github.stefanbirkner" name="lib-parent" rev="9" />
[com.github.stefanbirkner/lib-parent "9"]
'com.github.stefanbirkner:lib-parent:jar:9'