| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCheckstyle Тестирование приложения и мониторинг Code Analysis |
| Группа | Группаcom.github.shyiko.ktlint |
| Идентификатор | Идентификаторktlint-reporter-checkstyle |
| Последняя версия | Последняя версия0.31.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAn anti-bikeshedding Kotlin linter with built-in formatter
|
<!-- https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-reporter-checkstyle/ -->
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>ktlint-reporter-checkstyle</artifactId>
<version>0.31.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-reporter-checkstyle/
implementation 'com.github.shyiko.ktlint:ktlint-reporter-checkstyle:0.31.0'
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-reporter-checkstyle/
implementation ("com.github.shyiko.ktlint:ktlint-reporter-checkstyle:0.31.0")
'com.github.shyiko.ktlint:ktlint-reporter-checkstyle:jar:0.31.0'
<dependency org="com.github.shyiko.ktlint" name="ktlint-reporter-checkstyle" rev="0.31.0">
<artifact name="ktlint-reporter-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.ktlint', module='ktlint-reporter-checkstyle', version='0.31.0')
)
libraryDependencies += "com.github.shyiko.ktlint" % "ktlint-reporter-checkstyle" % "0.31.0"
[com.github.shyiko.ktlint/ktlint-reporter-checkstyle "0.31.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.21 |
| com.github.shyiko.ktlint : ktlint-core | jar | 0.31.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8.21 |
| org.assertj : assertj-core | jar | 3.9.0 |