MVN

chat.tamtam : tamtam-bot-api

Maven & Gradle

Jan 31, 2023
1 usages
22 stars

TamTam Bot API Java Client · Java library to build bots for TamTam messenger

<dependency>
    <groupId>chat.tamtam</groupId>
    <artifactId>tamtam-bot-api</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of chat.tamtam : tamtam-bot-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of chat.tamtam : tamtam-bot-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
tamtam-bot-api-0.5.2
tamtam-bot-api-0.5.1
tamtam-bot-api-0.5.0
0.3.x
tamtam-bot-api-0.3.0
0.2.x
tamtam-bot-api-0.2.1
tamtam-bot-api-0.2.0
0.1.x
tamtam-bot-api-0.1.10
tamtam-bot-api-0.1.9
tamtam-bot-api-0.1.8
tamtam-bot-api-0.1.7
tamtam-bot-api-0.1.6
tamtam-bot-api-0.1.5
tamtam-bot-api-0.1.4
tamtam-bot-api-0.1.3
tamtam-bot-api-0.1.2
tamtam-bot-api-0.1.1
tamtam-bot-api-0.1.0

How to add a dependency to Maven

Add the following chat.tamtam : tamtam-bot-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>chat.tamtam</groupId>
    <artifactId>tamtam-bot-api</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following chat.tamtam : tamtam-bot-api gradle dependency to your build.gradle file:

implementation 'chat.tamtam:tamtam-bot-api:0.5.2'

Gradle Kotlin DSL: Add the following chat.tamtam : tamtam-bot-api gradle kotlin dependency to your build.gradle.kts file:

implementation("chat.tamtam:tamtam-bot-api:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following chat.tamtam : tamtam-bot-api sbt scala dependency to your build.sbt file:

libraryDependencies += "chat.tamtam" % "tamtam-bot-api" % "0.5.2"

Advertisement