License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.logdistiller |
ArtifactId | ArtifactIdparent |
Last Version | Last Version3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLogDistiller
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.logdistiller/parent/ -->
<dependency>
<groupId>net.sf.logdistiller</groupId>
<artifactId>parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.logdistiller/parent/
implementation 'net.sf.logdistiller:parent:3'
// https://jarcasting.com/artifacts/net.sf.logdistiller/parent/
implementation ("net.sf.logdistiller:parent:3")
'net.sf.logdistiller:parent:pom:3'
<dependency org="net.sf.logdistiller" name="parent" rev="3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.logdistiller', module='parent', version='3')
)
libraryDependencies += "net.sf.logdistiller" % "parent" % "3"
[net.sf.logdistiller/parent "3"]