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

org.eclipse.hudson:hudson-core 3.2.0-M0

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

Категории

Категории

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

Группа

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

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

hudson-core
Версия

Версия

3.2.0-M0
Тип

Тип

jar

Скачать hudson-core 3.2.0-M0


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