<dependency> <groupId>at.willhaben.willtest</groupId> <artifactId>log4j</artifactId> <version>1.1.4</version> </dependency>
implementation 'at.willhaben.willtest:log4j:1.1.4'
implementation("at.willhaben.willtest:log4j:1.1.4")
libraryDependencies += "at.willhaben.willtest" % "log4j" % "1.1.4"
@Grapes( @Grab(group='at.willhaben.willtest', module='log4j', version='1.1.4') )
<dependency org="at.willhaben.willtest" name="log4j" rev="1.1.4" />
[at.willhaben.willtest/log4j "1.1.4"]
'at.willhaben.willtest:log4j:jar:1.1.4'
<parent> <groupId>at.willhaben.willtest</groupId> <artifactId>parent</artifactId> <version>1.1.4</version> </parent>
compile
|-- at.willhaben.willtest:core
|-- junit:junit
provided
|-- log4j:log4j