is not current version
Last Version 3

net.sf.logdistiller:parent 2

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

parent
Version

Version

2
Type

Type

pom

Download parent 2

Filename Size
parent-2.pom 7 KB
Browse

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