License |
License |
---|---|
GroupId | GroupIdcom.pinterest.ktlint |
ArtifactId | ArtifactIdktlint-core |
Last Version | Last Version0.46.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktlint-core
An anti-bikeshedding Kotlin linter with built-in formatter.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ktlint-core-0.46.1.pom | |
ktlint-core-0.46.1.jar | 112 KB |
ktlint-core-0.46.1-sources.jar | 19 KB |
ktlint-core-0.46.1-javadoc.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-core/ -->
<dependency>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.46.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-core/
implementation 'com.pinterest.ktlint:ktlint-core:0.46.1'
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-core/
implementation ("com.pinterest.ktlint:ktlint-core:0.46.1")
'com.pinterest.ktlint:ktlint-core:jar:0.46.1'
<dependency org="com.pinterest.ktlint" name="ktlint-core" rev="0.46.1">
<artifact name="ktlint-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pinterest.ktlint', module='ktlint-core', version='0.46.1')
)
libraryDependencies += "com.pinterest.ktlint" % "ktlint-core" % "0.46.1"
[com.pinterest.ktlint/ktlint-core "0.46.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-compiler-embeddable | jar | 1.7.0 |
org.ec4j.core : ec4j-core | jar | 0.3.0 |
io.github.microutils : kotlin-logging-jvm | jar | 2.1.21 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |