| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.greenrobot |
| Идентификатор | Идентификаторparent-pom-with-checks |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
Описаниеgreenrobot-common's parent POM with checks
Some defaults for Maven builds including checks for Java code (currently Checkstyle and FindBugs)
|
| Имя Файла | Размер |
|---|---|
| parent-pom-with-checks-2.0.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.greenrobot/parent-pom-with-checks/ -->
<dependency>
<groupId>de.greenrobot</groupId>
<artifactId>parent-pom-with-checks</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.greenrobot/parent-pom-with-checks/
implementation 'de.greenrobot:parent-pom-with-checks:2.0.0'
// https://jarcasting.com/artifacts/de.greenrobot/parent-pom-with-checks/
implementation ("de.greenrobot:parent-pom-with-checks:2.0.0")
'de.greenrobot:parent-pom-with-checks:pom:2.0.0'
<dependency org="de.greenrobot" name="parent-pom-with-checks" rev="2.0.0">
<artifact name="parent-pom-with-checks" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.greenrobot', module='parent-pom-with-checks', version='2.0.0')
)
libraryDependencies += "de.greenrobot" % "parent-pom-with-checks" % "2.0.0"
[de.greenrobot/parent-pom-with-checks "2.0.0"]