File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22[ ![ Build Status] ( https://travis-ci.org/pengrad/java-telegram-bot-api.svg?branch=master )] ( https://travis-ci.org/pengrad/java-telegram-bot-api )
33[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.pengrad/java-telegram-bot-api/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.github.pengrad/java-telegram-bot-api )
44
5- Full support of all Bot API 2.3.1 methods with new Gaming Platform
5+ Full support of all Bot API 3.0 methods with Payment and Gaming Platform
66
77## Download
88
99Gradle:
1010``` groovy
11- compile 'com.github.pengrad:java-telegram-bot-api:2.3.1.2 '
11+ compile 'com.github.pengrad:java-telegram-bot-api:3.0.0 '
1212```
1313Maven:
1414``` xml
1515<dependency >
1616 <groupId >com.github.pengrad</groupId >
1717 <artifactId >java-telegram-bot-api</artifactId >
18- <version >2.3.1.2 </version >
18+ <version >3.0.0 </version >
1919</dependency >
2020```
2121JAR-files:
Original file line number Diff line number Diff line change 11GROUP =com.github.pengrad
2- VERSION_NAME =2.3.1.2
2+ VERSION_NAME =3.0.0
33
44POM_DESCRIPTION =Java API for Telegram Bot API
55POM_URL =https://github.com/pengrad/java-telegram-bot-api/
You can’t perform that action at this time.
0 commit comments