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