is not current version
Last Version 0.5.0

com.soywiz:klogger-root 0.2.1

Klogger: Consistent and portable logger library for multiplatform kotlin

GroupId

GroupId

com.soywiz
ArtifactId

ArtifactId

klogger-root
Version

Version

0.2.1
Type

Type

jar

Download klogger-root 0.2.1


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