is not current version
Last Version 0.5.0

com.soywiz:klogger-root 0.3.0

Klogger: Consistent and portable logger library for multiplatform kotlin

GroupId

GroupId

com.soywiz
ArtifactId

ArtifactId

klogger-root
Version

Version

0.3.0
Type

Type

jar

Download klogger-root 0.3.0


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