Download hudson-remoting-3.0.0.jar file - Jar h

Jar examples for h:hudson-remoting

Description

Contains the bootstrap code to bridge separate JVMs into a single semi-shared space. Reusable outside Hudson.

You can download jar file hudson-remoting 3.0.0 in this page.

License

Eclipse Public License v1.0

Build File

You can use the following script to add hudson-remoting-3.0.0.jar to your project.

<dependency>
   <groupId>org.eclipse.hudson</groupId>
   <artifactId>hudson-remoting</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'org.eclipse.hudson', name: 'hudson-remoting', version: '3.0.0'
libraryDependencies += "org.eclipse.hudson" % "hudson-remoting" % "3.0.0"
<dependency org="org.eclipse.hudson" name="hudson-remoting" rev="3.0.0"/>
@Grapes(@Grab(group='org.eclipse.hudson', module='hudson-remoting', version='3.0.0'))
'org.eclipse.hudson:hudson-remoting:jar:3.0.0'

Download

Click the following link to download the jar file.

hudson-remoting-3.0.0-javadoc.jar
hudson-remoting-3.0.0-sources.jar
hudson-remoting-3.0.0.jar
hudson-remoting-3.0.0.pom



Related Tutorials