| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.willena |
| Идентификатор | Идентификаторsyslog4j |
| Версия | Версия0.9.62 |
| Тип | Типjar |
| Описание |
Описаниеsyslog4j-graylog2
Syslog4j provides client and server implementations of the BSD Syslog protocol (RFC 3164) and the draft
"structured syslog" protocol (RFC Draft).
This is a repackaged fork used in Graylog2, as the original package has no recent versions published to Maven
Central.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| syslog4j-0.9.62.pom | |
| syslog4j-0.9.62.jar | 172 KB |
| syslog4j-0.9.62-sources.jar | 137 KB |
| syslog4j-0.9.62-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.willena/syslog4j/ -->
<dependency>
<groupId>io.github.willena</groupId>
<artifactId>syslog4j</artifactId>
<version>0.9.62</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.willena/syslog4j/
implementation 'io.github.willena:syslog4j:0.9.62'
// https://jarcasting.com/artifacts/io.github.willena/syslog4j/
implementation ("io.github.willena:syslog4j:0.9.62")
'io.github.willena:syslog4j:jar:0.9.62'
<dependency org="io.github.willena" name="syslog4j" rev="0.9.62">
<artifact name="syslog4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.willena', module='syslog4j', version='0.9.62')
)
libraryDependencies += "io.github.willena" % "syslog4j" % "0.9.62"
[io.github.willena/syslog4j "0.9.62"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| joda-time : joda-time | jar | 2.9.9 |
| commons-pool : commons-pool Необязательный | jar | 1.6 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| log4j : log4j Необязательный | jar | 1.2.17 |
| com.sun.jna : jna Необязательный | jar | 3.0.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.7.22 |
| org.assertj : assertj-core | jar | 3.6.2 |