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