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