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-core |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionremote-core
Provides the core of the remote library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
remote-core-0.7.pom | |
remote-core-0.7.jar | 46 KB |
remote-core-0.7-sources.jar | 37 KB |
remote-core-0.7-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.remotecontrol/remote-core/ -->
<dependency>
<groupId>io.remotecontrol</groupId>
<artifactId>remote-core</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.remotecontrol/remote-core/
implementation 'io.remotecontrol:remote-core:0.7'
// https://jarcasting.com/artifacts/io.remotecontrol/remote-core/
implementation ("io.remotecontrol:remote-core:0.7")
'io.remotecontrol:remote-core:jar:0.7'
<dependency org="io.remotecontrol" name="remote-core" rev="0.7">
<artifact name="remote-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.remotecontrol', module='remote-core', version='0.7')
)
libraryDependencies += "io.remotecontrol" % "remote-core" % "0.7"
[io.remotecontrol/remote-core "0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.2.1 |
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