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