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