t

telegraph

Easy to use library to interact with Telegra.ph
https://github.com/rubenlagus/Telegraph
MIT License
Ruben Bermudez
Files download
File Operation
telegraph-1.0.jar download
telegraph-1.0.pom download
telegraph-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.telegram</groupId>
  <artifactId>telegraph</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.telegram:telegraph:1.0'
Gradle Kotlin
implementation("org.telegram:telegraph:1.0")
Scala SBT
libraryDependencies += "org.telegram" % "telegraph" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.telegram', module='telegraph', version='1.0')
)
Apache Ivy
<dependency org="org.telegram" name="telegraph" rev="1.0" />
Leiningen
[org.telegram/telegraph "1.0"]
Apache Buildr
'org.telegram:telegraph:jar:1.0'