is not current version
Last Version 5.0

net.pwall.log:log-front-kotlin 2.3

Classes to simplify integration with logging systems - Kotlin extensions

Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.pwall.log
ArtifactId

ArtifactId

log-front-kotlin
Version

Version

2.3
Type

Type

jar

Download log-front-kotlin 2.3


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