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