Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.shyiko.ktlint |
ArtifactId | ArtifactIdktlint-reporter-json |
Version | Version0.29.0 |
Type | Typejar |
<!-- 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.29.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-reporter-json/
implementation 'com.github.shyiko.ktlint:ktlint-reporter-json:0.29.0'
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-reporter-json/
implementation ("com.github.shyiko.ktlint:ktlint-reporter-json:0.29.0")
'com.github.shyiko.ktlint:ktlint-reporter-json:jar:0.29.0'
<dependency org="com.github.shyiko.ktlint" name="ktlint-reporter-json" rev="0.29.0">
<artifact name="ktlint-reporter-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.ktlint', module='ktlint-reporter-json', version='0.29.0')
)
libraryDependencies += "com.github.shyiko.ktlint" % "ktlint-reporter-json" % "0.29.0"
[com.github.shyiko.ktlint/ktlint-reporter-json "0.29.0"]