MVN

com.github.omarmiatello.telegram : client-js

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-js</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.1

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement