| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.logdistiller |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-3.pom | 7 KB |
| Обзор |
<!-- 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"]