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