GroupId | GroupIdio.afu |
---|---|
ArtifactId | ArtifactIdrobot |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
robot-1.1.pom | |
robot-1.1.jar | 11 KB |
robot-1.1-sources.jar | 6 KB |
robot-1.1-javadoc.jar | 71 KB |
Browse |
<!-- 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"]