Download hudson-remoting-3.0.0-M0-1.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-M0-1 in this page.

License

Eclipse Public License v1.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials