t

telegram-domain

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