<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-abilities</artifactId>
<version>4.2</version>
</dependency>
compile
|-- org.telegram:telegrambots:4.2
|-- org.apache.commons:commons-lang3:3.5
test
|-- org.mockito:mockito-all:2.0.2-beta
|-- junit:junit:4.11