is not current version
Last Version 5.0

net.pwall.log:log-front 0.2

Classes to simplify integration with logging systems

Categories

Categories

Net
GroupId

GroupId

net.pwall.log
ArtifactId

ArtifactId

log-front
Version

Version

0.2
Type

Type

jar

Download log-front 0.2


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