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

org.eclipse.hudson:hudson-war 3.0.0-M2-1

Creates a war file. Also includes additional static web resources, such as images, CSS, JavaScript, and some HTML files.

Категории

Категории

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

Группа

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

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

hudson-war
Версия

Версия

3.0.0-M2-1
Тип

Тип

war

Скачать hudson-war 3.0.0-M2-1


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