Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Him188
net.mamoe.mirai-console
PluginId
Author
net.mamoe.mirai-console
Owner: Him188
Gradle plugin for Mirai Console
Version 2.16.0 (latest)
2.16.0
Created 10 October 2023.
Gradle plugin for Mirai Console
Other versions
- 2.16.0-RC
- 2.15.0
- 2.15.0-RC
- 2.15.0-M1
- 2.14.0
- 2.14.0-RC
- 2.14.0-dev-shadow-11
- 2.14.0-dev-shadow-10
- 2.14.0-dev-shadow-1
- 2.14.0-dev-publish-9
- 2.14.0-dev-publish-8
- 2.14.0-dev-publish-7
- 2.14.0-dev-publish-5
- 2.14.0-dev-publish-4
- 2.14.0-dev-publish-2
- 2.14.0-dev-publish-1
- 2.13.4
- 2.13.3
- 2.13.2
- 2.13.1
- 2.13.0
- 2.13.0-RC2
- 2.13.0-RC
- 2.13.0-M1
- 2.12.3
- 2.12.2
- 2.12.1
- 2.12.0
- 2.12.0-RC
- 2.11.1
- 2.11.0
- 2.11.0-RC2
- 2.11.0-RC
- 2.11.0-M2.2
- 2.11.0-M2
- 2.11.0-M1
- 2.10.4
- 2.10.3
- 2.10.2
- 2.10.1
- 2.10.0
- 2.10.0-RC2
- 2.10.0-RC
- 2.9.2
- 2.9.1
- 2.9.0
- 2.9.0-RC2
- 2.9.0-RC
- 2.9.0-M1
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.8.0-RC
- 2.8.0-M1
- 2.7.1
- 2.7.1-dev-1
- 2.7.0
- 2.7-RC-dev-4
- 2.7-RC-dev-3
- 2.7-RC-dev-2
- 2.7-RC-dev-1
- 2.7-RC
- 2.7-M2-dev-1
- 2.7-M2
- 2.7-M1-dev-6
- 2.7-M1-dev-5
- 2.7-M1-dev-4
- 2.7-M1-dev-2
- 2.7-M1-dev-1
- 2.7-M1
- 2.6.8
- 2.6.7
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.4-dev-kt15
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.6-RC-dev-1
- 2.6-RC
- 2.6-M2
- 2.6-M1
- 2.5.2
- 2.5.1
- 2.5.1-dev-1
- 2.5.0
- 2.5.0-dev-2
- 2.5.0-dev-1
- 2.5.0-dev-android-1
- 2.5-RC-dev-2
- 2.5-RC-dev-1
- 2.5-RC
- 2.5-M2-dev-2
- 2.5-M2
- 2.5-M1
- 2.4.2
- 2.4.1
- 2.4.0
- 2.4.0-dev-1
- 2.4-RC
- 2.4-M1-dev-publish-3
- 2.4-M1
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.2-dev-2
- 2.2.2-dev-1
- 2.2.1
- 2.2.1-dev-2
- 2.2.0
- 2.2.0-dev-7
- 2.2.0-dev-6
- 2.2.0-dev-5
- 2.2.0-dev-1
- 2.0.0
- 2.0-RC-dev-2
- 2.0-RC-dev-1
- 2.0-RC
- 2.0-M2-1-dev-1
- 2.0-M2-dev-14
- 2.0-M2-dev-10
- 2.0-M2-dev-4
- 2.0-M2
- 2.0-M1-1
- 2.0-M1-dev-2
- 2.0-M1-dev-1
- 2.0-M1
- 1.1.0
- 1.1.0-dev-30
- 1.1.0-dev-1
- 1.0.1
- 1.0.1-dev-2
- 1.0.1-dev-1
- 1.0.0
- 1.0.0-dev-2
- 1.0.0-dev-1
- 1.0-RC2-dev-6
- 1.0-RC-1
- 1.0-RC-dev-32
- 1.0-RC-dev-31
- 1.0-RC-dev-30
- 1.0-RC-dev-28
- 1.0-RC
Using the plugins DSL:
plugins {
id("net.mamoe.mirai-console") version "2.16.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("net.mamoe:mirai-console-gradle:2.16.0")
}
}
apply(plugin = "net.mamoe.mirai-console")
Using the plugins DSL:
plugins {
id "net.mamoe.mirai-console" version "2.16.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "net.mamoe:mirai-console-gradle:2.16.0"
}
}
apply plugin: "net.mamoe.mirai-console"