Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hudson.main |
ArtifactId | ArtifactIdhudson-war |
Version | Version3.0.0-M0-1 |
Type | Typewar |
Filename | Size |
---|---|
hudson-war-3.0.0-M0-1.pom | |
hudson-war-3.0.0-M0-1.war | 75 MB |
hudson-war-3.0.0-M0-1-war-for-test.jar | 75 MB |
hudson-war-3.0.0-M0-1-javadoc.jar | 337 bytes |
Browse |
<!-- 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-M0-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-M0-1'
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-war/
implementation ("org.eclipse.hudson.main:hudson-war:3.0.0-M0-1")
'org.eclipse.hudson.main:hudson-war:war:3.0.0-M0-1'
<dependency org="org.eclipse.hudson.main" name="hudson-war" rev="3.0.0-M0-1">
<artifact name="hudson-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.main', module='hudson-war', version='3.0.0-M0-1')
)
libraryDependencies += "org.eclipse.hudson.main" % "hudson-war" % "3.0.0-M0-1"
[org.eclipse.hudson.main/hudson-war "3.0.0-M0-1"]