is not current version
Last Version 1.3.7

de.binfalse:BFLog 1.3.5

Simple but efficient logging facility

GroupId

GroupId

de.binfalse
ArtifactId

ArtifactId

BFLog
Version

Version

1.3.5
Type

Type

jar

Download BFLog 1.3.5


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