License |
License |
---|---|
GroupId | GroupIdcom.github.shyiko |
ArtifactId | ArtifactIdktlint |
Last Version | Last Version0.31.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn anti-bikeshedding Kotlin linter with built-in formatter
|
Filename | Size |
---|---|
ktlint-0.31.0.pom | |
ktlint-0.31.0.jar | 107 KB |
ktlint-0.31.0-sources.jar | 23 KB |
ktlint-0.31.0-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shyiko/ktlint/ -->
<dependency>
<groupId>com.github.shyiko</groupId>
<artifactId>ktlint</artifactId>
<version>0.31.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko/ktlint/
implementation 'com.github.shyiko:ktlint:0.31.0'
// https://jarcasting.com/artifacts/com.github.shyiko/ktlint/
implementation ("com.github.shyiko:ktlint:0.31.0")
'com.github.shyiko:ktlint:jar:0.31.0'
<dependency org="com.github.shyiko" name="ktlint" rev="0.31.0">
<artifact name="ktlint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko', module='ktlint', version='0.31.0')
)
libraryDependencies += "com.github.shyiko" % "ktlint" % "0.31.0"
[com.github.shyiko/ktlint "0.31.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 13.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.21 |
org.assertj : assertj-core | jar | 3.9.0 |
com.google.jimfs : jimfs | jar | 1.1 |