MVN

com.annimon : tgbots-module

Maven & Gradle

Feb 16, 2023
12 stars

tgbots-module · Simple Java telegram bots runner built on top of the Telegram Bots library

<dependency>
    <groupId>com.annimon</groupId>
    <artifactId>tgbots-module</artifactId>
    <version>6.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.annimon : tgbots-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.1

All Versions

Choose a version of com.annimon : tgbots-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.5.x
tgbots-module-6.5.1
tgbots-module-6.5.0
6.3.x
tgbots-module-6.3.1
tgbots-module-6.3.0
6.1.x
tgbots-module-6.1.0
5.7.x
tgbots-module-5.7.0
5.6.x
tgbots-module-5.6.0
5.4.x
tgbots-module-5.4.0
0.15
tgbots-module-0.15
0.14
tgbots-module-0.14
0.13
tgbots-module-0.13
0.12
tgbots-module-0.12
0.11
tgbots-module-0.11
0.10
tgbots-module-0.10
0.9
tgbots-module-0.9
0.8
tgbots-module-0.8
0.7
tgbots-module-0.7
0.6
tgbots-module-0.6
0.5
tgbots-module-0.5
0.4
tgbots-module-0.4
0.3
tgbots-module-0.3
0.2
tgbots-module-0.2
0.1
tgbots-module-0.1

How to add a dependency to Maven

Add the following com.annimon : tgbots-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.annimon</groupId>
    <artifactId>tgbots-module</artifactId>
    <version>6.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.annimon : tgbots-module gradle dependency to your build.gradle file:

implementation 'com.annimon:tgbots-module:6.5.1'

Gradle Kotlin DSL: Add the following com.annimon : tgbots-module gradle kotlin dependency to your build.gradle.kts file:

implementation("com.annimon:tgbots-module:6.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.annimon : tgbots-module sbt scala dependency to your build.sbt file:

libraryDependencies += "com.annimon" % "tgbots-module" % "6.5.1"

Advertisement