Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.pinterest.ktlint |
ArtifactId | ArtifactIdktlint-reporter-json |
Version | Version0.32.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-reporter-json/ -->
<dependency>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-reporter-json</artifactId>
<version>0.32.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-reporter-json/
implementation 'com.pinterest.ktlint:ktlint-reporter-json:0.32.0'
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-reporter-json/
implementation ("com.pinterest.ktlint:ktlint-reporter-json:0.32.0")
'com.pinterest.ktlint:ktlint-reporter-json:jar:0.32.0'
<dependency org="com.pinterest.ktlint" name="ktlint-reporter-json" rev="0.32.0">
<artifact name="ktlint-reporter-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pinterest.ktlint', module='ktlint-reporter-json', version='0.32.0')
)
libraryDependencies += "com.pinterest.ktlint" % "ktlint-reporter-json" % "0.32.0"
[com.pinterest.ktlint/ktlint-reporter-json "0.32.0"]