GroupId | GroupIdio.github.ForteScarlet |
---|---|
ArtifactId | ArtifactIdsimple-robot-core |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
simple-robot-core-1.9.0.pom | |
simple-robot-core-1.9.0.jar | 532 KB |
simple-robot-core-1.9.0-sources.jar | 425 KB |
simple-robot-core-1.9.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ForteScarlet/simple-robot-core/ -->
<dependency>
<groupId>io.github.ForteScarlet</groupId>
<artifactId>simple-robot-core</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ForteScarlet/simple-robot-core/
implementation 'io.github.ForteScarlet:simple-robot-core:1.9.0'
// https://jarcasting.com/artifacts/io.github.ForteScarlet/simple-robot-core/
implementation ("io.github.ForteScarlet:simple-robot-core:1.9.0")
'io.github.ForteScarlet:simple-robot-core:jar:1.9.0'
<dependency org="io.github.ForteScarlet" name="simple-robot-core" rev="1.9.0">
<artifact name="simple-robot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ForteScarlet', module='simple-robot-core', version='1.9.0')
)
libraryDependencies += "io.github.ForteScarlet" % "simple-robot-core" % "1.9.0"
[io.github.ForteScarlet/simple-robot-core "1.9.0"]