is not current version
Last Version 1.4

io.afu:robot 1.1

RobotToolkit

GroupId

GroupId

io.afu
ArtifactId

ArtifactId

robot
Version

Version

1.1
Type

Type

jar

Download robot 1.1


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