MVN

net.sf.logdistiller : parent

Maven & Gradle

May 08, 2014

LogDistiller · 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.

<dependency>
    <groupId>net.sf.logdistiller</groupId>
    <artifactId>parent</artifactId>
    <version>3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.logdistiller : parent to add to Maven - Latest Versions:

  • Latest Stable: 3

All Versions

Choose a version of net.sf.logdistiller : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3
parent-3
2
parent-2
1
parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.logdistiller</groupId>
    <artifactId>parent</artifactId>
    <version>3</version>
</dependency>