p

parent

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.
http://logdistiller.sf.net/
The Apache Software License, Version 2.0
Hervé Boutemy
Files download
File Operation
parent-3.pom download
Apache Maven
<dependency>
  <groupId>net.sf.logdistiller</groupId>
  <artifactId>parent</artifactId>
  <version>3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.logdistiller:parent:3'
Gradle Kotlin
implementation("net.sf.logdistiller:parent:3")
Scala SBT
libraryDependencies += "net.sf.logdistiller" % "parent" % "3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.logdistiller', module='parent', version='3')
)
Apache Ivy
<dependency org="net.sf.logdistiller" name="parent" rev="3" />
Leiningen
[net.sf.logdistiller/parent "3"]
Apache Buildr
'net.sf.logdistiller:parent:jar:3'
Dependencies
The project has no third-party dependencies