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