is not current version
Last Version 22.6.4

org.wvlet.airframe:airframe-log_2.12 20.6.1

Fancy logger for Scala

GroupId

GroupId

org.wvlet.airframe
ArtifactId

ArtifactId

airframe-log_2.12
Version

Version

20.6.1
Type

Type

jar

Download airframe-log_2.12 20.6.1


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