MVN

com.github.omarmiatello.telegram : client

Maven & Gradle

Jul 12, 2022
19 stars

Telegram Client · Telegram Bot API in Kotlin: data class with Kotlinx/Serialization + Ktor client with method for Telegram bot API

<dependency>
    <groupId>com.github.omarmiatello.telegram</groupId>
    <artifactId>client</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.omarmiatello.telegram : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of com.github.omarmiatello.telegram : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1
client-6.1
6.0.x
client-6.0.1
6.0
client-6.0
5.7
client-5.7
5.6
client-5.6
5.3
client-5.3
5.2.x
client-5.2.1
5.2
client-5.2
5.1
client-5.1

How to add a dependency to Maven

Add the following com.github.omarmiatello.telegram : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.omarmiatello.telegram</groupId>
    <artifactId>client</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.omarmiatello.telegram : client gradle dependency to your build.gradle file:

implementation 'com.github.omarmiatello.telegram:client:6.0.1'

Gradle Kotlin DSL: Add the following com.github.omarmiatello.telegram : client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.omarmiatello.telegram:client:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.omarmiatello.telegram : client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.omarmiatello.telegram" % "client" % "6.0.1"