| Категории |
КатегорииLogstash Библиотеки уровня приложения Logging |
|---|---|
| Группа | Группаio.thorntail |
| Идентификатор | Идентификаторlogstash |
| Версия | Версия2.5.0.Final |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| logstash-2.5.0.Final.pom | |
| logstash-2.5.0.Final.jar | 13 KB |
| logstash-2.5.0.Final-sources.jar | 7 KB |
| logstash-2.5.0.Final-javadoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.thorntail/logstash/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>logstash</artifactId>
<version>2.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/logstash/
implementation 'io.thorntail:logstash:2.5.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/logstash/
implementation ("io.thorntail:logstash:2.5.0.Final")
'io.thorntail:logstash:jar:2.5.0.Final'
<dependency org="io.thorntail" name="logstash" rev="2.5.0.Final">
<artifact name="logstash" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='logstash', version='2.5.0.Final')
)
libraryDependencies += "io.thorntail" % "logstash" % "2.5.0.Final"
[io.thorntail/logstash "2.5.0.Final"]