is not current version
Last Version 3.0.0-M3

at.willhaben.willtest:log4j 3.0.0-M1

Log4j specific utilities

GroupId

GroupId

at.willhaben.willtest
ArtifactId

ArtifactId

log4j
Version

Version

3.0.0-M1
Type

Type

jar

Download log4j 3.0.0-M1


<!-- https://jarcasting.com/artifacts/at.willhaben.willtest/log4j/ -->
<dependency>
    <groupId>at.willhaben.willtest</groupId>
    <artifactId>log4j</artifactId>
    <version>3.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/at.willhaben.willtest/log4j/
implementation 'at.willhaben.willtest:log4j:3.0.0-M1'
// https://jarcasting.com/artifacts/at.willhaben.willtest/log4j/
implementation ("at.willhaben.willtest:log4j:3.0.0-M1")
'at.willhaben.willtest:log4j:jar:3.0.0-M1'
<dependency org="at.willhaben.willtest" name="log4j" rev="3.0.0-M1">
  <artifact name="log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.willhaben.willtest', module='log4j', version='3.0.0-M1')
)
libraryDependencies += "at.willhaben.willtest" % "log4j" % "3.0.0-M1"
[at.willhaben.willtest/log4j "3.0.0-M1"]