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