| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Checkstyle Тестирование приложения и мониторинг Code Analysis |
| Группа | Группаio.shulie |
| Идентификатор | Идентификаторcustom-maven-checkstyle |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcustom-maven-checkstyle
agent package custom-maven-checkstyle tools
|
<!-- https://jarcasting.com/artifacts/io.shulie/custom-maven-checkstyle/ -->
<dependency>
<groupId>io.shulie</groupId>
<artifactId>custom-maven-checkstyle</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.shulie/custom-maven-checkstyle/
implementation 'io.shulie:custom-maven-checkstyle:1.0.2'
// https://jarcasting.com/artifacts/io.shulie/custom-maven-checkstyle/
implementation ("io.shulie:custom-maven-checkstyle:1.0.2")
'io.shulie:custom-maven-checkstyle:jar:1.0.2'
<dependency org="io.shulie" name="custom-maven-checkstyle" rev="1.0.2">
<artifact name="custom-maven-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shulie', module='custom-maven-checkstyle', version='1.0.2')
)
libraryDependencies += "io.shulie" % "custom-maven-checkstyle" % "1.0.2"
[io.shulie/custom-maven-checkstyle "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.puppycrawl.tools : checkstyle | jar | 7.3 |