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