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

org.eclipse.hudson:hudson-core 3.3.0-RC1

Contains the core Hudson code and view files to render HTML.

Категории

Категории

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

Группа

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

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

hudson-core
Версия

Версия

3.3.0-RC1
Тип

Тип

jar

Скачать hudson-core 3.3.0-RC1


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