Files download
File Operation
telegram-notification-2.0.jar download
telegram-notification-2.0.pom download
telegram-notification-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.kmextensionproject.notification.telegram</groupId>
  <artifactId>telegram-notification</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.kmextensionproject.notification.telegram:telegram-notification:2.0'
Gradle Kotlin
implementation("io.github.kmextensionproject.notification.telegram:telegram-notification:2.0")
Scala SBT
libraryDependencies += "io.github.kmextensionproject.notification.telegram" % "telegram-notification" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kmextensionproject.notification.telegram', module='telegram-notification', version='2.0')
)
Apache Ivy
<dependency org="io.github.kmextensionproject.notification.telegram" name="telegram-notification" rev="2.0" />
Leiningen
[io.github.kmextensionproject.notification.telegram/telegram-notification "2.0"]
Apache Buildr
'io.github.kmextensionproject.notification.telegram:telegram-notification:jar:2.0'