is not current version
Last Version 1.0.2

com.github.cyfonly:flogger 1.0.1

A fast,simple java log

GroupId

GroupId

com.github.cyfonly
ArtifactId

ArtifactId

flogger
Version

Version

1.0.1
Type

Type

jar

Download flogger 1.0.1


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