GroupId | GroupIdio.afu |
---|---|
ArtifactId | ArtifactIdrobot |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
robot-1.3.pom | |
robot-1.3.jar | 15 KB |
robot-1.3-sources.jar | 8 KB |
robot-1.3-javadoc.jar | 98 KB |
Browse |
<!-- 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"]