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