| Категории |
КатегорииCheckstyle Тестирование приложения и мониторинг Code Analysis ORM Данные |
|---|---|
| Группа | Группаcom.github.myoss.checkstyle |
| Идентификатор | Идентификаторcode-format-parent |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| code-format-parent-1.0.0.RELEASE.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.myoss.checkstyle/code-format-parent/ -->
<dependency>
<groupId>com.github.myoss.checkstyle</groupId>
<artifactId>code-format-parent</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.myoss.checkstyle/code-format-parent/
implementation 'com.github.myoss.checkstyle:code-format-parent:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.myoss.checkstyle/code-format-parent/
implementation ("com.github.myoss.checkstyle:code-format-parent:1.0.0.RELEASE")
'com.github.myoss.checkstyle:code-format-parent:pom:1.0.0.RELEASE'
<dependency org="com.github.myoss.checkstyle" name="code-format-parent" rev="1.0.0.RELEASE">
<artifact name="code-format-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.myoss.checkstyle', module='code-format-parent', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.myoss.checkstyle" % "code-format-parent" % "1.0.0.RELEASE"
[com.github.myoss.checkstyle/code-format-parent "1.0.0.RELEASE"]