is not current version
Last Version 3

net.sf.logdistiller:parent 1

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

1
Type

Type

pom

Download parent 1

Filename Size
parent-1.pom 7 KB
Browse

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