t

telegram-menu-library

Easy to use library to create beautiful menus for Telegram Bots
https://github.com/AnyTimeTraveler/telegram-menu-library
MIT License
Simon Struck
Files download
File Operation
telegram-menu-library-1.1.jar download
telegram-menu-library-1.1.pom download
telegram-menu-library-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.simonscode</groupId>
  <artifactId>telegram-menu-library</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.simonscode:telegram-menu-library:1.1'
Gradle Kotlin
implementation("org.simonscode:telegram-menu-library:1.1")
Scala SBT
libraryDependencies += "org.simonscode" % "telegram-menu-library" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.simonscode', module='telegram-menu-library', version='1.1')
)
Apache Ivy
<dependency org="org.simonscode" name="telegram-menu-library" rev="1.1" />
Leiningen
[org.simonscode/telegram-menu-library "1.1"]
Apache Buildr
'org.simonscode:telegram-menu-library:jar:1.1'