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