Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Jmix Maintainer
io.jmix
PluginId
Author
Version 2.0.0
2.0.0
Created 29 June 2023.
Jmix Framework Gradle Plugin
Other versions
- 2.5.0-RC1
- 2.4.1
- 2.4.0
- 2.4.0-RC1
- 2.4.0-M1
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-RC1
- 2.2.3
- 2.2.2
- 2.2.1.1
- 2.2.1-M2
- 2.2.0.1
- 2.2.0
- 2.2.0-RC1
- 2.2.0-M1
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.1.0-RC1
- 2.0.2
- 2.0.1
- 2.0.0-RC1
- 2.0.0-M3
- 2.0.0-M2
- 2.0.0-M1
- 1.6.1
- 1.6.0
- 1.6.0-RC1
- 1.6.0-M1
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.5.0-RC3
- 1.5.0-RC2
- 1.5.0-RC1
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.4.0-RC1
- 1.4.0-M6
- 1.4.0-M5
- 1.4.0-M4
- 1.4.0-M3
- 1.4.0-M2
- 1.4.0-M1
- 1.3.1
- 1.3.0
- 1.3.0-RC1
- 1.3.0-M3
- 1.3.0-M2
- 1.3.0-M1
- 1.2.0
- 1.2.0-RC1
- 1.2.0-M5
- 1.2.0-M4
- 1.2.0-M3
- 1.2.0-M2
- 1.2.0-M1
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-RC1
- 1.1.0-M9
- 1.1.0-M8
- 1.1.0-M7
- 1.1.0-M6
- 1.1.0-M5
- 1.1.0-M3
- 1.1.0-M2
- 1.1.0-M1
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-M6
- 1.0.0-M5
- 1.0.0-M4
- 1.0.0-M3
- 1.0.0-M2
- 1.0.0-M1
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.3.0
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.21
- 0.1.20
- 0.1.19
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
Using the plugins DSL:
plugins {
id("io.jmix") version "2.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.jmix.gradle:jmix-gradle-plugin:2.0.0")
}
}
apply(plugin = "io.jmix")
Using the plugins DSL:
plugins {
id "io.jmix" version "2.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.jmix.gradle:jmix-gradle-plugin:2.0.0"
}
}
apply plugin: "io.jmix"