is not current version
Last Version 0.7.0

com.github.unlog:unlog 0.6.0

UnLog - An (almost) invisible logging framework.

GroupId

GroupId

com.github.unlog
ArtifactId

ArtifactId

unlog
Version

Version

0.6.0
Type

Type

jar

Download unlog 0.6.0


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