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