не последняя версия
Последняя версия 3.0.0-M2

org.eclipse.hudson.main:hudson-war 3.0.0-M1-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.main
Идентификатор

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

hudson-war
Версия

Версия

3.0.0-M1-1
Тип

Тип

war

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


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