is not current version
Last Version 1.1

net.sf.logdistiller:logdistiller 0.9

LogDistiller is a logfile merge and sort tool. Log content is classified according to rules configured in an XML file. Classification results go into reports, which are published : simply stored in a file, sent by mail, or even added to a news feed.

Categories

Categories

Net
GroupId

GroupId

net.sf.logdistiller
ArtifactId

ArtifactId

logdistiller
Version

Version

0.9
Type

Type

jar

Download logdistiller 0.9


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