MVN

io.github.985892345 : mirai-hotfix

Maven & Gradle

Nov 04, 2022
5 stars

mirai-hotfix · 基于 mirai-console,用于实现简单的逻辑代码热修

<dependency>
    <groupId>io.github.985892345</groupId>
    <artifactId>mirai-hotfix</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.985892345 : mirai-hotfix to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Alpha: 1.4.1-alpha1

All Versions

Choose a version of io.github.985892345 : mirai-hotfix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
mirai-hotfix-2.1.0
2.0.x
mirai-hotfix-2.0.0
1.5.x
mirai-hotfix-1.5.1
mirai-hotfix-1.5.0
1.4.x
mirai-hotfix-1.4.1-alpha1
1.4
mirai-hotfix-1.4-alpha1
mirai-hotfix-1.4

How to add a dependency to Maven

Add the following io.github.985892345 : mirai-hotfix maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.985892345</groupId>
    <artifactId>mirai-hotfix</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.985892345 : mirai-hotfix gradle dependency to your build.gradle file:

implementation 'io.github.985892345:mirai-hotfix:2.1.0'

Gradle Kotlin DSL: Add the following io.github.985892345 : mirai-hotfix gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.985892345:mirai-hotfix:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.985892345 : mirai-hotfix sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.985892345" % "mirai-hotfix" % "2.1.0"

Advertisement