GroupId | GroupIdorg.kaazing |
---|---|
ArtifactId | ArtifactIdrobot.control |
Version | Version0.0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
robot.control-0.0.0.4.pom | |
robot.control-0.0.0.4.jar | 23 KB |
robot.control-0.0.0.4-sources.jar | 17 KB |
robot.control-0.0.0.4-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kaazing/robot.control/ -->
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>robot.control</artifactId>
<version>0.0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/robot.control/
implementation 'org.kaazing:robot.control:0.0.0.4'
// https://jarcasting.com/artifacts/org.kaazing/robot.control/
implementation ("org.kaazing:robot.control:0.0.0.4")
'org.kaazing:robot.control:jar:0.0.0.4'
<dependency org="org.kaazing" name="robot.control" rev="0.0.0.4">
<artifact name="robot.control" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='robot.control', version='0.0.0.4')
)
libraryDependencies += "org.kaazing" % "robot.control" % "0.0.0.4"
[org.kaazing/robot.control "0.0.0.4"]