<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-chat-session-bot</artifactId>
<version>4.1.2</version>
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots-chat-session-bot', version='4.1.2')
)
compile
|-- org.telegram:telegrambots:4.1.2
|-- org.apache.shiro:shiro-core:1.4.0
test
|-- org.mockito:mockito-all:2.0.2-beta
|-- junit:junit:4.11