文件下载
文件名 操作
telegram4s_2.12-0.0.1.jar 下载
telegram4s_2.12-0.0.1.pom 下载
telegram4s_2.12-0.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.paoloboni</groupId>
  <artifactId>telegram4s_2.12</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.paoloboni:telegram4s_2.12:0.0.1'
Gradle Kotlin
implementation("io.github.paoloboni:telegram4s_2.12:0.0.1")
Scala SBT
libraryDependencies += "io.github.paoloboni" % "telegram4s_2.12" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.paoloboni', module='telegram4s_2.12', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.paoloboni" name="telegram4s_2.12" rev="0.0.1" />
Leiningen
[io.github.paoloboni/telegram4s_2.12 "0.0.1"]
Apache Buildr
'io.github.paoloboni:telegram4s_2.12:jar:0.0.1'