| Категории |
КатегорииMaven Компиляция и сборка Checkstyle Тестирование приложения и мониторинг Code Analysis |
|---|---|
| Группа | Группаcom.github.sevntu-checkstyle |
| Идентификатор | Идентификаторsevntu-checkstyle-maven-plugin |
| Версия | Версия1.25.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sevntu-checkstyle-maven-plugin-1.25.0.pom | |
| sevntu-checkstyle-maven-plugin-1.25.0.jar | 2 KB |
| sevntu-checkstyle-maven-plugin-1.25.0-sources.jar | 764 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sevntu-checkstyle/sevntu-checkstyle-maven-plugin/ -->
<dependency>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
<version>1.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sevntu-checkstyle/sevntu-checkstyle-maven-plugin/
implementation 'com.github.sevntu-checkstyle:sevntu-checkstyle-maven-plugin:1.25.0'
// https://jarcasting.com/artifacts/com.github.sevntu-checkstyle/sevntu-checkstyle-maven-plugin/
implementation ("com.github.sevntu-checkstyle:sevntu-checkstyle-maven-plugin:1.25.0")
'com.github.sevntu-checkstyle:sevntu-checkstyle-maven-plugin:jar:1.25.0'
<dependency org="com.github.sevntu-checkstyle" name="sevntu-checkstyle-maven-plugin" rev="1.25.0">
<artifact name="sevntu-checkstyle-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sevntu-checkstyle', module='sevntu-checkstyle-maven-plugin', version='1.25.0')
)
libraryDependencies += "com.github.sevntu-checkstyle" % "sevntu-checkstyle-maven-plugin" % "1.25.0"
[com.github.sevntu-checkstyle/sevntu-checkstyle-maven-plugin "1.25.0"]