c

chatbot-cli

ChatBot CLI Utils.
https://github.com/dopsun/chatbot-cli
Files download
File Operation
chatbot-cli-0.2.0.jar download
chatbot-cli-0.2.0.pom download
chatbot-cli-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dopsun.chatbot</groupId>
  <artifactId>chatbot-cli</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.dopsun.chatbot:chatbot-cli:0.2.0'
Gradle Kotlin
implementation("com.dopsun.chatbot:chatbot-cli:0.2.0")
Scala SBT
libraryDependencies += "com.dopsun.chatbot" % "chatbot-cli" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.dopsun.chatbot', module='chatbot-cli', version='0.2.0')
)
Apache Ivy
<dependency org="com.dopsun.chatbot" name="chatbot-cli" rev="0.2.0" />
Leiningen
[com.dopsun.chatbot/chatbot-cli "0.2.0"]
Apache Buildr
'com.dopsun.chatbot:chatbot-cli:jar:0.2.0'