Please see http://groovy.codehaus.org/modules/remote for information.
Build Instructions
This project uses Gradle to build. You can use the gradle wrapper in the project to build.
./gradlew test
License |
License |
---|---|
GroupId | GroupIdio.remotecontrol |
ArtifactId | ArtifactIdremote-transport-local |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionremote-transport-local
Provides an in process bridge for sending/receiving commands
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.remotecontrol/remote-transport-local/ -->
<dependency>
<groupId>io.remotecontrol</groupId>
<artifactId>remote-transport-local</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.remotecontrol/remote-transport-local/
implementation 'io.remotecontrol:remote-transport-local:0.7'
// https://jarcasting.com/artifacts/io.remotecontrol/remote-transport-local/
implementation ("io.remotecontrol:remote-transport-local:0.7")
'io.remotecontrol:remote-transport-local:jar:0.7'
<dependency org="io.remotecontrol" name="remote-transport-local" rev="0.7">
<artifact name="remote-transport-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.remotecontrol', module='remote-transport-local', version='0.7')
)
libraryDependencies += "io.remotecontrol" % "remote-transport-local" % "0.7"
[io.remotecontrol/remote-transport-local "0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.2.1 |
io.remotecontrol : remote-core | jar | 0.7 |
Please see http://groovy.codehaus.org/modules/remote for information.
This project uses Gradle to build. You can use the gradle wrapper in the project to build.
./gradlew test