is not current version
Last Version 0.46.1

com.pinterest:ktlint 0.38.0-alpha01

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

GroupId

GroupId

com.pinterest
ArtifactId

ArtifactId

ktlint
Version

Version

0.38.0-alpha01
Type

Type

jar

Download ktlint 0.38.0-alpha01


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