t

telegram-context-simple

文件下载
文件名 操作
telegram-context-simple-0.0.42.jar 下载
telegram-context-simple-0.0.42.pom 下载
telegram-context-simple-0.0.42-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.struchkov.godfather.telegram</groupId>
  <artifactId>telegram-context-simple</artifactId>
  <version>0.0.42</version>
</dependency>
Gradle Groovy
implementation 'dev.struchkov.godfather.telegram:telegram-context-simple:0.0.42'
Gradle Kotlin
implementation("dev.struchkov.godfather.telegram:telegram-context-simple:0.0.42")
Scala SBT
libraryDependencies += "dev.struchkov.godfather.telegram" % "telegram-context-simple" % "0.0.42"
Groovy Grape
@Grapes(
  @Grab(group='dev.struchkov.godfather.telegram', module='telegram-context-simple', version='0.0.42')
)
Apache Ivy
<dependency org="dev.struchkov.godfather.telegram" name="telegram-context-simple" rev="0.0.42" />
Leiningen
[dev.struchkov.godfather.telegram/telegram-context-simple "0.0.42"]
Apache Buildr
'dev.struchkov.godfather.telegram:telegram-context-simple:jar:0.0.42'