is not current version
Last Version 3.3.3

org.eclipse.hudson:hudson-war 3.0.0-RC4

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

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface
GroupId

GroupId

org.eclipse.hudson
ArtifactId

ArtifactId

hudson-war
Version

Version

3.0.0-RC4
Type

Type

war

Download hudson-war 3.0.0-RC4


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