MVN

me.xuxiaoxiao : chatapi-qq

Maven & Gradle

Jul 04, 2018

chatapi-qq · Java版本QQ聊天接口,使用网页QQAPI,让你能够开发自己的QQ聊天机器人。

<dependency>
    <groupId>me.xuxiaoxiao</groupId>
    <artifactId>chatapi-qq</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.xuxiaoxiao : chatapi-qq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of me.xuxiaoxiao : chatapi-qq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
chatapi-qq-1.1.1
chatapi-qq-1.1.0

How to add a dependency to Maven

Add the following me.xuxiaoxiao : chatapi-qq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.xuxiaoxiao</groupId>
    <artifactId>chatapi-qq</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.xuxiaoxiao : chatapi-qq gradle dependency to your build.gradle file:

implementation 'me.xuxiaoxiao:chatapi-qq:1.1.1'

Gradle Kotlin DSL: Add the following me.xuxiaoxiao : chatapi-qq gradle kotlin dependency to your build.gradle.kts file:

implementation("me.xuxiaoxiao:chatapi-qq:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.xuxiaoxiao : chatapi-qq sbt scala dependency to your build.sbt file:

libraryDependencies += "me.xuxiaoxiao" % "chatapi-qq" % "1.1.1"