is not current version
Last Version 0.46.1

com.pinterest.ktlint:ktlint-reporter-plain 0.37.2

An anti-bikeshedding Kotlin linter with built-in formatter.

GroupId

GroupId

com.pinterest.ktlint
ArtifactId

ArtifactId

ktlint-reporter-plain
Version

Version

0.37.2
Type

Type

jar

Download ktlint-reporter-plain 0.37.2


<!-- https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-reporter-plain/ -->
<dependency>
    <groupId>com.pinterest.ktlint</groupId>
    <artifactId>ktlint-reporter-plain</artifactId>
    <version>0.37.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-reporter-plain/
implementation 'com.pinterest.ktlint:ktlint-reporter-plain:0.37.2'
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-reporter-plain/
implementation ("com.pinterest.ktlint:ktlint-reporter-plain:0.37.2")
'com.pinterest.ktlint:ktlint-reporter-plain:jar:0.37.2'
<dependency org="com.pinterest.ktlint" name="ktlint-reporter-plain" rev="0.37.2">
  <artifact name="ktlint-reporter-plain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pinterest.ktlint', module='ktlint-reporter-plain', version='0.37.2')
)
libraryDependencies += "com.pinterest.ktlint" % "ktlint-reporter-plain" % "0.37.2"
[com.pinterest.ktlint/ktlint-reporter-plain "0.37.2"]