is not current version
Last Version 1.4

io.afu:robot 1.3

RobotToolkit

GroupId

GroupId

io.afu
ArtifactId

ArtifactId

robot
Version

Version

1.3
Type

Type

jar

Download robot 1.3


<!-- https://jarcasting.com/artifacts/io.afu/robot/ -->
<dependency>
    <groupId>io.afu</groupId>
    <artifactId>robot</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.afu/robot/
implementation 'io.afu:robot:1.3'
// https://jarcasting.com/artifacts/io.afu/robot/
implementation ("io.afu:robot:1.3")
'io.afu:robot:jar:1.3'
<dependency org="io.afu" name="robot" rev="1.3">
  <artifact name="robot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.afu', module='robot', version='1.3')
)
libraryDependencies += "io.afu" % "robot" % "1.3"
[io.afu/robot "1.3"]