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