MVN

io.github.medianik5 : spring-boot-starter-telegram-bot

Maven & Gradle

Jun 30, 2022
0 stars

io.github.medianik5:spring-boot-starter-telegram-bot · Spring boot starter for telegram bot, allowing to create telegram bot with spring boot and use Controller-like programming style

<dependency>
    <groupId>io.github.medianik5</groupId>
    <artifactId>spring-boot-starter-telegram-bot</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.medianik5 : spring-boot-starter-telegram-bot to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of io.github.medianik5 : spring-boot-starter-telegram-bot to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
spring-boot-starter-telegram-bot-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.medianik5</groupId>
    <artifactId>spring-boot-starter-telegram-bot</artifactId>
    <version>0.1</version>
</dependency>

Advertisement