| GroupId | GroupIdcom.pinterest.ktlint |
|---|---|
| ArtifactId | ArtifactIdpom |
| Version | Version0.34.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pom-0.34.1.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pinterest.ktlint/pom/ -->
<dependency>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.34.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pinterest.ktlint/pom/
implementation 'com.pinterest.ktlint:pom:0.34.1'
// https://jarcasting.com/artifacts/com.pinterest.ktlint/pom/
implementation ("com.pinterest.ktlint:pom:0.34.1")
'com.pinterest.ktlint:pom:pom:0.34.1'
<dependency org="com.pinterest.ktlint" name="pom" rev="0.34.1">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pinterest.ktlint', module='pom', version='0.34.1')
)
libraryDependencies += "com.pinterest.ktlint" % "pom" % "0.34.1"
[com.pinterest.ktlint/pom "0.34.1"]