is not current version
Last Version 0.7.4

com.google.flogger:flogger-testing 0.5

A Fluent Logging API for Java

GroupId

GroupId

com.google.flogger
ArtifactId

ArtifactId

flogger-testing
Version

Version

0.5
Type

Type

jar

Download flogger-testing 0.5


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