is not current version
Last Version 1.2.3

org.wvlet:wvlet-log_2.11 1.1

Add fancy logging to your Scala

GroupId

GroupId

org.wvlet
ArtifactId

ArtifactId

wvlet-log_2.11
Version

Version

1.1
Type

Type

jar

Download wvlet-log_2.11 1.1


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