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