t

telegram-context

Files download
File Operation
telegram-context-0.0.67.pom download
Apache Maven
<dependency>
  <groupId>dev.struchkov.godfather.telegram</groupId>
  <artifactId>telegram-context</artifactId>
  <version>0.0.67</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'dev.struchkov.godfather.telegram:telegram-context:0.0.67'
Gradle Kotlin
implementation("dev.struchkov.godfather.telegram:telegram-context:0.0.67")
Scala SBT
libraryDependencies += "dev.struchkov.godfather.telegram" % "telegram-context" % "0.0.67"
Groovy Grape
@Grapes(
  @Grab(group='dev.struchkov.godfather.telegram', module='telegram-context', version='0.0.67')
)
Apache Ivy
<dependency org="dev.struchkov.godfather.telegram" name="telegram-context" rev="0.0.67" />
Leiningen
[dev.struchkov.godfather.telegram/telegram-context "0.0.67"]
Apache Buildr
'dev.struchkov.godfather.telegram:telegram-context:jar:0.0.67'