MVN

net.mamoe : mirai-console-compiler-annotations-androidDebug

Maven & Gradle

Jul 10, 2023
14k stars

mirai-console-compiler-annotations · Mirai Console compiler annotations

<dependency>
    <groupId>net.mamoe</groupId>
    <artifactId>mirai-console-compiler-annotations-androidDebug</artifactId>
    <version>2.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.mamoe : mirai-console-compiler-annotations-androidDebug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.0
  • Latest Release Candidate: 2.15.0-RC

All Versions

Choose a version of net.mamoe : mirai-console-compiler-annotations-androidDebug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
mirai-console-compiler-annotations-androidDebug-2.15.0
mirai-console-compiler-annotations-androidDebug-2.15.0-RC

How to add a dependency to Maven

Add the following net.mamoe : mirai-console-compiler-annotations-androidDebug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.mamoe</groupId>
    <artifactId>mirai-console-compiler-annotations-androidDebug</artifactId>
    <version>2.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.mamoe : mirai-console-compiler-annotations-androidDebug gradle dependency to your build.gradle file:

implementation 'net.mamoe:mirai-console-compiler-annotations-androidDebug:2.15.0'

Gradle Kotlin DSL: Add the following net.mamoe : mirai-console-compiler-annotations-androidDebug gradle kotlin dependency to your build.gradle.kts file:

implementation("net.mamoe:mirai-console-compiler-annotations-androidDebug:2.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.mamoe : mirai-console-compiler-annotations-androidDebug sbt scala dependency to your build.sbt file:

libraryDependencies += "net.mamoe" % "mirai-console-compiler-annotations-androidDebug" % "2.15.0"

Advertisement