License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.shyiko.ktlint |
ArtifactId | ArtifactIdktlint-reporter-json |
Last Version | Last Version0.31.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn anti-bikeshedding Kotlin linter with built-in formatter
|
<!-- https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-reporter-json/ -->
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>ktlint-reporter-json</artifactId>
<version>0.31.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-reporter-json/
implementation 'com.github.shyiko.ktlint:ktlint-reporter-json:0.31.0'
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-reporter-json/
implementation ("com.github.shyiko.ktlint:ktlint-reporter-json:0.31.0")
'com.github.shyiko.ktlint:ktlint-reporter-json:jar:0.31.0'
<dependency org="com.github.shyiko.ktlint" name="ktlint-reporter-json" rev="0.31.0">
<artifact name="ktlint-reporter-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.ktlint', module='ktlint-reporter-json', version='0.31.0')
)
libraryDependencies += "com.github.shyiko.ktlint" % "ktlint-reporter-json" % "0.31.0"
[com.github.shyiko.ktlint/ktlint-reporter-json "0.31.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.21 |
com.github.shyiko.ktlint : ktlint-core | jar | 0.31.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.21 |
org.assertj : assertj-core | jar | 3.9.0 |