is not current version
Last Version 1.4

io.afu:robot 1.0

RobotToolkit

GroupId

GroupId

io.afu
ArtifactId

ArtifactId

robot
Version

Version

1.0
Type

Type

jar

Download robot 1.0


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