| Группа | Группаcom.pinterest.ktlint |
|---|---|
| Идентификатор | Идентификаторktlint-test |
| Версия | Версия0.38.0-alpha01 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ktlint-test-0.38.0-alpha01.pom | |
| ktlint-test-0.38.0-alpha01.jar | 23 KB |
| ktlint-test-0.38.0-alpha01-sources.jar | 4 KB |
| ktlint-test-0.38.0-alpha01-javadoc.jar | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-test/ -->
<dependency>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-test</artifactId>
<version>0.38.0-alpha01</version>
</dependency>
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-test/
implementation 'com.pinterest.ktlint:ktlint-test:0.38.0-alpha01'
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-test/
implementation ("com.pinterest.ktlint:ktlint-test:0.38.0-alpha01")
'com.pinterest.ktlint:ktlint-test:jar:0.38.0-alpha01'
<dependency org="com.pinterest.ktlint" name="ktlint-test" rev="0.38.0-alpha01">
<artifact name="ktlint-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pinterest.ktlint', module='ktlint-test', version='0.38.0-alpha01')
)
libraryDependencies += "com.pinterest.ktlint" % "ktlint-test" % "0.38.0-alpha01"
[com.pinterest.ktlint/ktlint-test "0.38.0-alpha01"]