| Категории |
КатегорииSpring Boot Контейнер Микросервисы Logging Библиотеки уровня приложения Logstash |
|---|---|
| Группа | Группаcom.github.piomin |
| Идентификатор | Идентификаторlogstash-logging-spring-boot-starter |
| Версия | Версия1.2.2.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.piomin/logstash-logging-spring-boot-starter/ -->
<dependency>
<groupId>com.github.piomin</groupId>
<artifactId>logstash-logging-spring-boot-starter</artifactId>
<version>1.2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piomin/logstash-logging-spring-boot-starter/
implementation 'com.github.piomin:logstash-logging-spring-boot-starter:1.2.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.piomin/logstash-logging-spring-boot-starter/
implementation ("com.github.piomin:logstash-logging-spring-boot-starter:1.2.2.RELEASE")
'com.github.piomin:logstash-logging-spring-boot-starter:jar:1.2.2.RELEASE'
<dependency org="com.github.piomin" name="logstash-logging-spring-boot-starter" rev="1.2.2.RELEASE">
<artifact name="logstash-logging-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piomin', module='logstash-logging-spring-boot-starter', version='1.2.2.RELEASE')
)
libraryDependencies += "com.github.piomin" % "logstash-logging-spring-boot-starter" % "1.2.2.RELEASE"
[com.github.piomin/logstash-logging-spring-boot-starter "1.2.2.RELEASE"]