h

hudson-war

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