is not current version
Last Version 3.0.1

com.kdgregory.logging:logwriters 3.0.0

Contains the log-writers, along with utility classes used by both facades and appenders.

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.kdgregory.logging
ArtifactId

ArtifactId

logwriters
Version

Version

3.0.0
Type

Type

jar

Download logwriters 3.0.0


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