c

chat-bot

chat-bot 群聊机器人支持钉钉等
https://github.com/admin4j
The Apache Software License, Version 2.0
admin4j
Files download
File Operation
chat-bot-0.1.0.jar download
chat-bot-0.1.0.pom download
chat-bot-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.admin4j</groupId>
  <artifactId>chat-bot</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.admin4j:chat-bot:0.1.0'
Gradle Kotlin
implementation("com.admin4j:chat-bot:0.1.0")
Scala SBT
libraryDependencies += "com.admin4j" % "chat-bot" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.admin4j', module='chat-bot', version='0.1.0')
)
Apache Ivy
<dependency org="com.admin4j" name="chat-bot" rev="0.1.0" />
Leiningen
[com.admin4j/chat-bot "0.1.0"]
Apache Buildr
'com.admin4j:chat-bot:jar:0.1.0'