com.nikialeksey.arspell
Owner: Alexey Nikitin
Arspell - resources spell checking plugin
https://github.com/nikialeksey/arspell
Sources: https://github.com/nikialeksey/arspell.git
Version 3.1.3 (latest)
3.1.3
Created 21 January 2023.
Arspell - resources spell checking plugin
Using the plugins DSL:
plugins {
id("com.nikialeksey.arspell") version "3.1.3"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.nikialeksey:arspell-plugin-gradle:3.1.3")
}
}
apply(plugin = "com.nikialeksey.arspell")
Using the plugins DSL:
plugins {
id "com.nikialeksey.arspell" version "3.1.3"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.nikialeksey:arspell-plugin-gradle:3.1.3"
}
}
apply plugin: "com.nikialeksey.arspell"