Download remote-transport-http-0.7.jar file - Jar r

Jar examples for r:remote-transport-http

Description

Support for sending and receiving remote commands over HTTP (including a servlet implementation)

You can download jar file remote-transport-http 0.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add remote-transport-http-0.7.jar to your project.

<dependency>
   <groupId>io.remotecontrol</groupId>
   <artifactId>remote-transport-http</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'io.remotecontrol', name: 'remote-transport-http', version: '0.7'
libraryDependencies += "io.remotecontrol" % "remote-transport-http" % "0.7"
<dependency org="io.remotecontrol" name="remote-transport-http" rev="0.7"/>
@Grapes(@Grab(group='io.remotecontrol', module='remote-transport-http', version='0.7'))
'io.remotecontrol:remote-transport-http:jar:0.7'

Download

Click the following link to download the jar file.

remote-transport-http-0.7-javadoc.jar
remote-transport-http-0.7-sources.jar
remote-transport-http-0.7.jar
remote-transport-http-0.7.pom



Related Tutorials