is not current version
Last Version 1.1

net.sf.logdistiller:logdistiller 1.0

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

1.0
Type

Type

jar

Download logdistiller 1.0


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