| License | License | 
|---|---|
| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface | 
| GroupId | GroupIdorg.eclipse.hudson | 
| ArtifactId | ArtifactIdhudson-remoting | 
| Last Version | Last Version3.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHudson :: Remoting Layer Contains the bootstrap code to bridge separate JVMs into a single semi-shared space.
        Reusable outside Hudson. | 
| Filename | Size | 
|---|---|
| hudson-remoting-3.0.3.pom | |
| hudson-remoting-3.0.3.jar | 262 KB | 
| hudson-remoting-3.0.3-sources.jar | 137 KB | 
| hudson-remoting-3.0.3-javadoc.jar | 256 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-remoting/ -->
<dependency>
    <groupId>org.eclipse.hudson</groupId>
    <artifactId>hudson-remoting</artifactId>
    <version>3.0.3</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-remoting/
implementation 'org.eclipse.hudson:hudson-remoting:3.0.3'// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-remoting/
implementation ("org.eclipse.hudson:hudson-remoting:3.0.3")'org.eclipse.hudson:hudson-remoting:jar:3.0.3'<dependency org="org.eclipse.hudson" name="hudson-remoting" rev="3.0.3">
  <artifact name="hudson-remoting" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-remoting', version='3.0.3')
)libraryDependencies += "org.eclipse.hudson" % "hudson-remoting" % "3.0.3"[org.eclipse.hudson/hudson-remoting "3.0.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| commons-codec : commons-codec | jar | 1.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| args4j : args4j | jar | 2.0.16 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 | 
| asm : asm-all | jar | 2.2.3 | 
| commons-io : commons-io | jar | 2.0.1 |