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