h

hudson-war

Creates a war file. Also includes additional static web resources, such as images, CSS, JavaScript, and some HTML files.
Files download
File Operation
hudson-war-3.0.0-M2.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.hudson.main</groupId>
  <artifactId>hudson-war</artifactId>
  <version>3.0.0-M2</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hudson.main:hudson-war:3.0.0-M2'
Gradle Kotlin
implementation("org.eclipse.hudson.main:hudson-war:3.0.0-M2")
Scala SBT
libraryDependencies += "org.eclipse.hudson.main" % "hudson-war" % "3.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hudson.main', module='hudson-war', version='3.0.0-M2')
)
Apache Ivy
<dependency org="org.eclipse.hudson.main" name="hudson-war" rev="3.0.0-M2" />
Leiningen
[org.eclipse.hudson.main/hudson-war "3.0.0-M2"]
Apache Buildr
'org.eclipse.hudson.main:hudson-war:jar:3.0.0-M2'