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