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