MVN

com.jtelegram : jtelegrambotapi

Maven & Gradle

Oct 18, 2018
21 stars

jTelegramBotAPI Parent · Java wrapper for the Telegram Bot API

<dependency>
    <groupId>com.jtelegram</groupId>
    <artifactId>jtelegrambotapi</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jtelegram : jtelegrambotapi to add to Maven - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of com.jtelegram : jtelegrambotapi to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
jtelegrambotapi-4.0.1
3.6.x
jtelegrambotapi-3.6.3
jtelegrambotapi-3.6.1
1.0.x
jtelegrambotapi-1.0.3
jtelegrambotapi-1.0.2
1.0
jtelegrambotapi-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.jtelegram</groupId>
    <artifactId>jtelegrambotapi</artifactId>
    <version>4.0.1</version>
</dependency>

Advertisement