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