Download remote-core-0.7.jar file - Jar r

Jar examples for r:remote-core

Description

Provides the core of the remote library

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

remote-core-0.7-javadoc.jar
remote-core-0.7-sources.jar
remote-core-0.7.jar
remote-core-0.7.pom



Related Tutorials