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