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