| Категории |
КатегорииWire Данные Data Structures Logback Библиотеки уровня приложения Logging |
|---|---|
| Группа | Группаcom.github.exabrial |
| Идентификатор | Идентификаторlogback-openwire-appender |
| Версия | Версия1.0.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.exabrial/logback-openwire-appender/ -->
<dependency>
<groupId>com.github.exabrial</groupId>
<artifactId>logback-openwire-appender</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.exabrial/logback-openwire-appender/
implementation 'com.github.exabrial:logback-openwire-appender:1.0.1'
// https://jarcasting.com/artifacts/com.github.exabrial/logback-openwire-appender/
implementation ("com.github.exabrial:logback-openwire-appender:1.0.1")
'com.github.exabrial:logback-openwire-appender:jar:1.0.1'
<dependency org="com.github.exabrial" name="logback-openwire-appender" rev="1.0.1">
<artifact name="logback-openwire-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.exabrial', module='logback-openwire-appender', version='1.0.1')
)
libraryDependencies += "com.github.exabrial" % "logback-openwire-appender" % "1.0.1"
[com.github.exabrial/logback-openwire-appender "1.0.1"]