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