| Categories | CategoriesJetty Container Application Servers Hudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.hudson | 
| ArtifactId | ArtifactIdhudson-jetty-war-executable | 
| Version | Version3.0.0-bundled | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-jetty-war-executable/ -->
<dependency>
    <groupId>org.eclipse.hudson</groupId>
    <artifactId>hudson-jetty-war-executable</artifactId>
    <version>3.0.0-bundled</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-jetty-war-executable/
implementation 'org.eclipse.hudson:hudson-jetty-war-executable:3.0.0-bundled'// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-jetty-war-executable/
implementation ("org.eclipse.hudson:hudson-jetty-war-executable:3.0.0-bundled")'org.eclipse.hudson:hudson-jetty-war-executable:jar:3.0.0-bundled'<dependency org="org.eclipse.hudson" name="hudson-jetty-war-executable" rev="3.0.0-bundled">
  <artifact name="hudson-jetty-war-executable" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-jetty-war-executable', version='3.0.0-bundled')
)libraryDependencies += "org.eclipse.hudson" % "hudson-jetty-war-executable" % "3.0.0-bundled"[org.eclipse.hudson/hudson-jetty-war-executable "3.0.0-bundled"]