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