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