t

telegram-context

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