Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.dopsun.chatbot |
ArtifactId | ArtifactIdchatbot-cli |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
chatbot-cli-0.0.1.pom | |
chatbot-cli-0.0.1.jar | 22 KB |
chatbot-cli-0.0.1-sources.jar | 12 KB |
chatbot-cli-0.0.1-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dopsun.chatbot/chatbot-cli/ -->
<dependency>
<groupId>com.dopsun.chatbot</groupId>
<artifactId>chatbot-cli</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dopsun.chatbot/chatbot-cli/
implementation 'com.dopsun.chatbot:chatbot-cli:0.0.1'
// https://jarcasting.com/artifacts/com.dopsun.chatbot/chatbot-cli/
implementation ("com.dopsun.chatbot:chatbot-cli:0.0.1")
'com.dopsun.chatbot:chatbot-cli:jar:0.0.1'
<dependency org="com.dopsun.chatbot" name="chatbot-cli" rev="0.0.1">
<artifact name="chatbot-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dopsun.chatbot', module='chatbot-cli', version='0.0.1')
)
libraryDependencies += "com.dopsun.chatbot" % "chatbot-cli" % "0.0.1"
[com.dopsun.chatbot/chatbot-cli "0.0.1"]