is not current version
Last Version 10-RELEASE

com.github.gkutiel:flip-logger 1.2-RELEASE

Simple Logging

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

flip-logger
Version

Version

1.2-RELEASE
Type

Type

jar

Download flip-logger 1.2-RELEASE


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