MVN

net.mamoe : mirai-api-http-spi

Maven & Gradle

Mar 02, 2023

mirai-api-http-spi · mirai-api-http-spi

<dependency>
    <groupId>net.mamoe</groupId>
    <artifactId>mirai-api-http-spi</artifactId>
    <version>2.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.mamoe : mirai-api-http-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.1

All Versions

Choose a version of net.mamoe : mirai-api-http-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
mirai-api-http-spi-2.9.1
2.8.x
mirai-api-http-spi-2.8.0

How to add a dependency to Maven

Add the following net.mamoe : mirai-api-http-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.mamoe</groupId>
    <artifactId>mirai-api-http-spi</artifactId>
    <version>2.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.mamoe : mirai-api-http-spi gradle dependency to your build.gradle file:

implementation 'net.mamoe:mirai-api-http-spi:2.9.1'

Gradle Kotlin DSL: Add the following net.mamoe : mirai-api-http-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("net.mamoe:mirai-api-http-spi:2.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.mamoe : mirai-api-http-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "net.mamoe" % "mirai-api-http-spi" % "2.9.1"