is not current version
Last Version 0.7.4

com.google.flogger:flogger-log4j2-backend 0.7

A Fluent Logging API for Java

GroupId

GroupId

com.google.flogger
ArtifactId

ArtifactId

flogger-log4j2-backend
Version

Version

0.7
Type

Type

jar

Download flogger-log4j2-backend 0.7


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