MVN

com.github.insanusmokrassar : TelegramBotAPI-extensions-api-metadata

Maven & Gradle

Sep 23, 2020
1 usages
313 stars

Telegram Bot API Extensions for API · API extensions which provide work with RequestsExecutor of TelegramBotAPI almost like it is described in original Telegram Bot API reference

<dependency>
    <groupId>com.github.insanusmokrassar</groupId>
    <artifactId>TelegramBotAPI-extensions-api-metadata</artifactId>
    <version>0.28.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.insanusmokrassar : TelegramBotAPI-extensions-api-metadata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.28.3

All Versions

Choose a version of com.github.insanusmokrassar : TelegramBotAPI-extensions-api-metadata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.28.x
TelegramBotAPI-extensions-api-metadata-0.28.3
TelegramBotAPI-extensions-api-metadata-0.28.0
0.27.x
TelegramBotAPI-extensions-api-metadata-0.27.1
0.26.x
TelegramBotAPI-extensions-api-metadata-0.26.2
TelegramBotAPI-extensions-api-metadata-0.26.1
TelegramBotAPI-extensions-api-metadata-0.26.0
0.25.x
TelegramBotAPI-extensions-api-metadata-0.25.1
TelegramBotAPI-extensions-api-metadata-0.25.0
0.24.x
TelegramBotAPI-extensions-api-metadata-0.24.1
TelegramBotAPI-extensions-api-metadata-0.24.0
0.23.x
TelegramBotAPI-extensions-api-metadata-0.23.3

How to add a dependency to Maven

Add the following com.github.insanusmokrassar : TelegramBotAPI-extensions-api-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.insanusmokrassar</groupId>
    <artifactId>TelegramBotAPI-extensions-api-metadata</artifactId>
    <version>0.28.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.insanusmokrassar : TelegramBotAPI-extensions-api-metadata gradle dependency to your build.gradle file:

implementation 'com.github.insanusmokrassar:TelegramBotAPI-extensions-api-metadata:0.28.3'

Gradle Kotlin DSL: Add the following com.github.insanusmokrassar : TelegramBotAPI-extensions-api-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.insanusmokrassar:TelegramBotAPI-extensions-api-metadata:0.28.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.insanusmokrassar : TelegramBotAPI-extensions-api-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.insanusmokrassar" % "TelegramBotAPI-extensions-api-metadata" % "0.28.3"

Advertisement