aNNiMON / tgbots-module

Enhanced Java telegram bots runner built on top of the Telegram Bots library
MIT License
14 stars 4 forks source link

Issue with maven #11

Closed Zestski closed 2 years ago

Zestski commented 2 years ago

After 5.7.0 version, isn't possible to implement tgbots-module on build.gradle > dependencies{} anymore.

:hakalle:test: Could not find com.annimon:tgbots-module:6.1.0.
Required by:
    project :hakalle

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Maven: https://mvnrepository.com/artifact/com.annimon/tgbots-module

aNNiMON commented 2 years ago

This version is not published in maven yet. I'm waiting for telegrambots 6.2.0 to be released.

aNNiMON commented 2 years ago

Version 6.1.0 is published one hour ago. It will be available in 4-8 hours.

Zestski commented 2 years ago

Version 6.1.0 is published one hour ago. It will be available in 4-8 hours.

Thank you very much!