| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCheckstyle Тестирование приложения и мониторинг Code Analysis |
| Группа | Группаcom.github.krdev.checkstyle |
| Идентификатор | Идентификаторcheckstyle-bundle |
| Версия | Версия0.0.1 |
| Тип | Типpom |
| Описание |
Описаниеcheckstyle-bundle
Parent POM file for checkstyle project
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| checkstyle-bundle-0.0.1.pom | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.krdev.checkstyle/checkstyle-bundle/ -->
<dependency>
<groupId>com.github.krdev.checkstyle</groupId>
<artifactId>checkstyle-bundle</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.krdev.checkstyle/checkstyle-bundle/
implementation 'com.github.krdev.checkstyle:checkstyle-bundle:0.0.1'
// https://jarcasting.com/artifacts/com.github.krdev.checkstyle/checkstyle-bundle/
implementation ("com.github.krdev.checkstyle:checkstyle-bundle:0.0.1")
'com.github.krdev.checkstyle:checkstyle-bundle:pom:0.0.1'
<dependency org="com.github.krdev.checkstyle" name="checkstyle-bundle" rev="0.0.1">
<artifact name="checkstyle-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.krdev.checkstyle', module='checkstyle-bundle', version='0.0.1')
)
libraryDependencies += "com.github.krdev.checkstyle" % "checkstyle-bundle" % "0.0.1"
[com.github.krdev.checkstyle/checkstyle-bundle "0.0.1"]