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