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