| Categories |
CategoriesLogback Application Layer Libs Logging |
|---|---|
| GroupId | GroupIdcom.github.paolodenti |
| ArtifactId | ArtifactIdtelegram-logback |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| telegram-logback-1.2.0.pom | |
| telegram-logback-1.2.0.jar | 8 KB |
| telegram-logback-1.2.0-sources.jar | 4 KB |
| telegram-logback-1.2.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.paolodenti/telegram-logback/ -->
<dependency>
<groupId>com.github.paolodenti</groupId>
<artifactId>telegram-logback</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paolodenti/telegram-logback/
implementation 'com.github.paolodenti:telegram-logback:1.2.0'
// https://jarcasting.com/artifacts/com.github.paolodenti/telegram-logback/
implementation ("com.github.paolodenti:telegram-logback:1.2.0")
'com.github.paolodenti:telegram-logback:jar:1.2.0'
<dependency org="com.github.paolodenti" name="telegram-logback" rev="1.2.0">
<artifact name="telegram-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paolodenti', module='telegram-logback', version='1.2.0')
)
libraryDependencies += "com.github.paolodenti" % "telegram-logback" % "1.2.0"
[com.github.paolodenti/telegram-logback "1.2.0"]