не последняя версия
Последняя версия 3.3.3

org.eclipse.hudson:hudson-parent 3.0.0-bundled

Hudson Continuous Integration Server

Категории

Категории

Hudson Компиляция и сборка Continuous Integration and Continuous Delivery CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.hudson
Идентификатор

Идентификатор

hudson-parent
Версия

Версия

3.0.0-bundled
Тип

Тип

pom

Скачать hudson-parent 3.0.0-bundled

Имя Файла Размер
hudson-parent-3.0.0-bundled.pom 45 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-parent/ -->
<dependency>
    <groupId>org.eclipse.hudson</groupId>
    <artifactId>hudson-parent</artifactId>
    <version>3.0.0-bundled</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-parent/
implementation 'org.eclipse.hudson:hudson-parent:3.0.0-bundled'
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-parent/
implementation ("org.eclipse.hudson:hudson-parent:3.0.0-bundled")
'org.eclipse.hudson:hudson-parent:pom:3.0.0-bundled'
<dependency org="org.eclipse.hudson" name="hudson-parent" rev="3.0.0-bundled">
  <artifact name="hudson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-parent', version='3.0.0-bundled')
)
libraryDependencies += "org.eclipse.hudson" % "hudson-parent" % "3.0.0-bundled"
[org.eclipse.hudson/hudson-parent "3.0.0-bundled"]