MVN

com.github.xabgesagtx : telegram-spring-boot-starter

Maven & Gradle

Jan 04, 2022
2 usages
126 stars

telegram-spring-boot-starter · Starter pom for the telegram bot project

<dependency>
    <groupId>com.github.xabgesagtx</groupId>
    <artifactId>telegram-spring-boot-starter</artifactId>
    <version>0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xabgesagtx : telegram-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26

All Versions

Choose a version of com.github.xabgesagtx : telegram-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26
telegram-spring-boot-starter-0.26
0.25
telegram-spring-boot-starter-0.25
0.24
telegram-spring-boot-starter-0.24
0.23
telegram-spring-boot-starter-0.23
0.22
telegram-spring-boot-starter-0.22
0.21
telegram-spring-boot-starter-0.21
0.20
telegram-spring-boot-starter-0.20
0.19
telegram-spring-boot-starter-0.19
0.18
telegram-spring-boot-starter-0.18
0.17
telegram-spring-boot-starter-0.17
0.16
telegram-spring-boot-starter-0.16

How to add a dependency to Maven

Add the following com.github.xabgesagtx : telegram-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xabgesagtx</groupId>
    <artifactId>telegram-spring-boot-starter</artifactId>
    <version>0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xabgesagtx : telegram-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.xabgesagtx:telegram-spring-boot-starter:0.26'

Gradle Kotlin DSL: Add the following com.github.xabgesagtx : telegram-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xabgesagtx:telegram-spring-boot-starter:0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xabgesagtx : telegram-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xabgesagtx" % "telegram-spring-boot-starter" % "0.26"