не последняя версия
Последняя версия 0.35.0

com.pinterest.ktlint:pom 0.34.1

An anti-bikeshedding Kotlin linter with built-in formatter

Группа

Группа

com.pinterest.ktlint
Идентификатор

Идентификатор

pom
Версия

Версия

0.34.1
Тип

Тип

pom

Скачать pom 0.34.1

Имя Файла Размер
pom-0.34.1.pom 12 KB
Обзор

<!-- 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"]