License |
License |
---|---|
Categories |
CategoriesJavaScript Languages CLI User Interface |
GroupId | GroupIdcom.github.omarmiatello.telegram |
ArtifactId | ArtifactIdclient-js |
Version | Version5.6 |
Type | Typepom |
Description |
DescriptionTelegram Client
Telegram Bot API in Kotlin: data class with Kotlinx/Serialization + Ktor client with method for Telegram bot API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-js-5.6.pom | |
client-js-5.6-sources.jar | 20 KB |
client-js-5.6-javadoc.jar | 331 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.omarmiatello.telegram/client-js/ -->
<dependency>
<groupId>com.github.omarmiatello.telegram</groupId>
<artifactId>client-js</artifactId>
<version>5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.omarmiatello.telegram/client-js/
implementation 'com.github.omarmiatello.telegram:client-js:5.6'
// https://jarcasting.com/artifacts/com.github.omarmiatello.telegram/client-js/
implementation ("com.github.omarmiatello.telegram:client-js:5.6")
'com.github.omarmiatello.telegram:client-js:pom:5.6'
<dependency org="com.github.omarmiatello.telegram" name="client-js" rev="5.6">
<artifact name="client-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.omarmiatello.telegram', module='client-js', version='5.6')
)
libraryDependencies += "com.github.omarmiatello.telegram" % "client-js" % "5.6"
[com.github.omarmiatello.telegram/client-js "5.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.0 |
com.github.omarmiatello.telegram : dataclass-js | jar | 5.6 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.0 |
org.jetbrains.kotlinx : kotlinx-serialization-json-js | jar | 1.2.0 |
io.ktor : ktor-client-core-js | jar | 1.5.1 |