| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Hudson Continuous Integration and Continuous Delivery |
| Группа | Группаorg.hudsonci.plugins |
| Идентификатор | Идентификаторhudson-maven-legacy |
| Последняя версия | Последняя версия3.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеLegacy Maven plugin parent
Hudson Legacy Maven Integration
|
| Организация-разработчик |
Организация-разработчикHudson |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hudson-maven-legacy-3.0.2.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hudsonci.plugins/hudson-maven-legacy/ -->
<dependency>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>hudson-maven-legacy</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hudsonci.plugins/hudson-maven-legacy/
implementation 'org.hudsonci.plugins:hudson-maven-legacy:3.0.2'
// https://jarcasting.com/artifacts/org.hudsonci.plugins/hudson-maven-legacy/
implementation ("org.hudsonci.plugins:hudson-maven-legacy:3.0.2")
'org.hudsonci.plugins:hudson-maven-legacy:pom:3.0.2'
<dependency org="org.hudsonci.plugins" name="hudson-maven-legacy" rev="3.0.2">
<artifact name="hudson-maven-legacy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hudsonci.plugins', module='hudson-maven-legacy', version='3.0.2')
)
libraryDependencies += "org.hudsonci.plugins" % "hudson-maven-legacy" % "3.0.2"
[org.hudsonci.plugins/hudson-maven-legacy "3.0.2"]