s

simbot-component-telegram-core-js

Kotlin coroutines based Telegram bot API/SDK Kotlin multiplatform library, is also a Simple Robot Component library
https://github.com/simple-robot/simbot-component-telegram
GNU GENERAL PUBLIC LICENSE, Version 3 GNU LESSER GENERAL PUBLIC LICENSE, Version 3
ForteScarlet ForliyScarlet
文件下载
文件名 操作
simbot-component-telegram-core-js-0.0.1.pom 下载
simbot-component-telegram-core-js-0.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>love.forte.simbot.component</groupId>
  <artifactId>simbot-component-telegram-core-js</artifactId>
  <version>0.0.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'love.forte.simbot.component:simbot-component-telegram-core-js:0.0.1'
Gradle Kotlin
implementation("love.forte.simbot.component:simbot-component-telegram-core-js:0.0.1")
Scala SBT
libraryDependencies += "love.forte.simbot.component" % "simbot-component-telegram-core-js" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='love.forte.simbot.component', module='simbot-component-telegram-core-js', version='0.0.1')
)
Apache Ivy
<dependency org="love.forte.simbot.component" name="simbot-component-telegram-core-js" rev="0.0.1" />
Leiningen
[love.forte.simbot.component/simbot-component-telegram-core-js "0.0.1"]
Apache Buildr
'love.forte.simbot.component:simbot-component-telegram-core-js:jar:0.0.1'