MVN

com.admin4j : chat-bot

Maven & Gradle

Dec 09, 2022
2 stars

chat-bot · chat-bot 群聊机器人支持钉钉等

<dependency>
    <groupId>com.admin4j</groupId>
    <artifactId>chat-bot</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.admin4j : chat-bot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.admin4j : chat-bot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
chat-bot-0.0.1

How to add a dependency to Maven

Add the following com.admin4j : chat-bot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.admin4j</groupId>
    <artifactId>chat-bot</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.admin4j : chat-bot gradle dependency to your build.gradle file:

implementation 'com.admin4j:chat-bot:0.0.1'

Gradle Kotlin DSL: Add the following com.admin4j : chat-bot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.admin4j:chat-bot:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.admin4j : chat-bot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.admin4j" % "chat-bot" % "0.0.1"