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