MVN

com.shr25.mirai : mirai-core-all

Maven & Gradle

Aug 27, 2023
14.4k stars

mirai-core-all · Mirai core shadowed

<dependency>
    <groupId>com.shr25.mirai</groupId>
    <artifactId>mirai-core-all</artifactId>
    <version>2.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shr25.mirai : mirai-core-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.0

All Versions

Choose a version of com.shr25.mirai : mirai-core-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
mirai-core-all-2.15.0

How to add a dependency to Maven

Add the following com.shr25.mirai : mirai-core-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.shr25.mirai</groupId>
    <artifactId>mirai-core-all</artifactId>
    <version>2.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.shr25.mirai : mirai-core-all gradle dependency to your build.gradle file:

implementation 'com.shr25.mirai:mirai-core-all:2.15.0'

Gradle Kotlin DSL: Add the following com.shr25.mirai : mirai-core-all gradle kotlin dependency to your build.gradle.kts file:

implementation("com.shr25.mirai:mirai-core-all:2.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.shr25.mirai : mirai-core-all sbt scala dependency to your build.sbt file:

libraryDependencies += "com.shr25.mirai" % "mirai-core-all" % "2.15.0"

Advertisement