is not current version
Last Version 0.7.4

com.google.flogger:flogger-log4j-backend 0.5

A Fluent Logging API for Java

GroupId

GroupId

com.google.flogger
ArtifactId

ArtifactId

flogger-log4j-backend
Version

Version

0.5
Type

Type

jar

Download flogger-log4j-backend 0.5


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