MVN

dev.inmo : tgbotapi.api-mingwx64

Maven & Gradle

Aug 19, 2023
325 stars

tgbotapi.api · API extensions with "Telegram Bot API"-like extensions for TelegramBot and RequestsExecutor

<dependency>
    <groupId>dev.inmo</groupId>
    <artifactId>tgbotapi.api-mingwx64</artifactId>
    <version>9.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.inmo : tgbotapi.api-mingwx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.0

All Versions

Choose a version of dev.inmo : tgbotapi.api-mingwx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
tgbotapi.api-mingwx64-9.1.0
9.0.x
tgbotapi.api-mingwx64-9.0.0
8.1.x
tgbotapi.api-mingwx64-8.1.0
8.0.x
tgbotapi.api-mingwx64-8.0.1
tgbotapi.api-mingwx64-8.0.0
7.1.x
tgbotapi.api-mingwx64-7.1.3
tgbotapi.api-mingwx64-7.1.2
tgbotapi.api-mingwx64-7.1.1
tgbotapi.api-mingwx64-7.1.0
7.0.x
tgbotapi.api-mingwx64-7.0.2

How to add a dependency to Maven

Add the following dev.inmo : tgbotapi.api-mingwx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.inmo</groupId>
    <artifactId>tgbotapi.api-mingwx64</artifactId>
    <version>9.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.inmo : tgbotapi.api-mingwx64 gradle dependency to your build.gradle file:

implementation 'dev.inmo:tgbotapi.api-mingwx64:9.1.0'

Gradle Kotlin DSL: Add the following dev.inmo : tgbotapi.api-mingwx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.inmo:tgbotapi.api-mingwx64:9.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.inmo : tgbotapi.api-mingwx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.inmo" % "tgbotapi.api-mingwx64" % "9.1.0"

Advertisement