MVN

io.github.usefulness.ktlint-gradle-plugin : io.github.usefulness.ktlint-gradle-plugin.gradle.plugin

Maven & Gradle

Jul 09, 2023
4 stars

ktlint Gradle plugin · Lint and formatting for Kotlin using ktlint with configuration-free setup on JVM and Android projects

<dependency>
    <groupId>io.github.usefulness.ktlint-gradle-plugin</groupId>
    <artifactId>io.github.usefulness.ktlint-gradle-plugin.gradle.plugin</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.usefulness.ktlint-gradle-plugin : io.github.usefulness.ktlint-gradle-plugin.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of io.github.usefulness.ktlint-gradle-plugin : io.github.usefulness.ktlint-gradle-plugin.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
io.github.usefulness.ktlint-gradle-plugin.gradle.plugin-0.4.1
io.github.usefulness.ktlint-gradle-plugin.gradle.plugin-0.4.0
0.3.x
io.github.usefulness.ktlint-gradle-plugin.gradle.plugin-0.3.1
io.github.usefulness.ktlint-gradle-plugin.gradle.plugin-0.3.0
0.2.x
io.github.usefulness.ktlint-gradle-plugin.gradle.plugin-0.2.2
io.github.usefulness.ktlint-gradle-plugin.gradle.plugin-0.2.1
io.github.usefulness.ktlint-gradle-plugin.gradle.plugin-0.2.0
0.1.x
io.github.usefulness.ktlint-gradle-plugin.gradle.plugin-0.1.1
io.github.usefulness.ktlint-gradle-plugin.gradle.plugin-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.usefulness.ktlint-gradle-plugin</groupId>
    <artifactId>io.github.usefulness.ktlint-gradle-plugin.gradle.plugin</artifactId>
    <version>0.4.1</version>
</dependency>