<dependency> <groupId>at.willhaben.willtest</groupId> <artifactId>log4j</artifactId> <version>2.2.0</version> </dependency>
implementation 'at.willhaben.willtest:log4j:2.2.0'
implementation("at.willhaben.willtest:log4j:2.2.0")
libraryDependencies += "at.willhaben.willtest" % "log4j" % "2.2.0"
@Grapes( @Grab(group='at.willhaben.willtest', module='log4j', version='2.2.0') )
<dependency org="at.willhaben.willtest" name="log4j" rev="2.2.0" />
[at.willhaben.willtest/log4j "2.2.0"]
'at.willhaben.willtest:log4j:jar:2.2.0'
<parent> <groupId>at.willhaben.willtest</groupId> <artifactId>willtest</artifactId> <version>2.2.0</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