License |
License |
---|---|
GroupId | GroupIdcom.pinterest.ktlint |
ArtifactId | ArtifactIdktlint-reporter-plain |
Last Version | Last Version0.46.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktlint-reporter-plain
An anti-bikeshedding Kotlin linter with built-in formatter.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-reporter-plain/ -->
<dependency>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-reporter-plain</artifactId>
<version>0.46.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-reporter-plain/
implementation 'com.pinterest.ktlint:ktlint-reporter-plain:0.46.1'
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-reporter-plain/
implementation ("com.pinterest.ktlint:ktlint-reporter-plain:0.46.1")
'com.pinterest.ktlint:ktlint-reporter-plain:jar:0.46.1'
<dependency org="com.pinterest.ktlint" name="ktlint-reporter-plain" rev="0.46.1">
<artifact name="ktlint-reporter-plain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pinterest.ktlint', module='ktlint-reporter-plain', version='0.46.1')
)
libraryDependencies += "com.pinterest.ktlint" % "ktlint-reporter-plain" % "0.46.1"
[com.pinterest.ktlint/ktlint-reporter-plain "0.46.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
com.pinterest.ktlint : ktlint-core | jar | 0.46.1 |