License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.ksoichiro |
ArtifactId | ArtifactIdgradle-spelling-plugin |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-spelling-plugin
Gradle plugin to inspect spelling using custom blacklist.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-spelling-plugin/ -->
<dependency>
<groupId>com.github.ksoichiro</groupId>
<artifactId>gradle-spelling-plugin</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-spelling-plugin/
implementation 'com.github.ksoichiro:gradle-spelling-plugin:0.1.1'
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-spelling-plugin/
implementation ("com.github.ksoichiro:gradle-spelling-plugin:0.1.1")
'com.github.ksoichiro:gradle-spelling-plugin:jar:0.1.1'
<dependency org="com.github.ksoichiro" name="gradle-spelling-plugin" rev="0.1.1">
<artifact name="gradle-spelling-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='gradle-spelling-plugin', version='0.1.1')
)
libraryDependencies += "com.github.ksoichiro" % "gradle-spelling-plugin" % "0.1.1"
[com.github.ksoichiro/gradle-spelling-plugin "0.1.1"]