| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка jQAssistant Тестирование приложения и мониторинг Code Analysis |
| Группа | Группаorg.jqassistant.contrib.common |
| Идентификатор | Идентификаторcommon-parent |
| Версия | Версия1.10.0 |
| Тип | Типpom |
| Описание |
ОписаниеjQAssistant Contrib Common Parent
Parent POM for jQAssistant common modules.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| common-parent-1.10.0.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jqassistant.contrib.common/common-parent/ -->
<dependency>
<groupId>org.jqassistant.contrib.common</groupId>
<artifactId>common-parent</artifactId>
<version>1.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jqassistant.contrib.common/common-parent/
implementation 'org.jqassistant.contrib.common:common-parent:1.10.0'
// https://jarcasting.com/artifacts/org.jqassistant.contrib.common/common-parent/
implementation ("org.jqassistant.contrib.common:common-parent:1.10.0")
'org.jqassistant.contrib.common:common-parent:pom:1.10.0'
<dependency org="org.jqassistant.contrib.common" name="common-parent" rev="1.10.0">
<artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jqassistant.contrib.common', module='common-parent', version='1.10.0')
)
libraryDependencies += "org.jqassistant.contrib.common" % "common-parent" % "1.10.0"
[org.jqassistant.contrib.common/common-parent "1.10.0"]