GroupId | GroupIdio.github.ForteScarlet |
---|---|
ArtifactId | ArtifactIdsimple-robot-core |
Version | Version0.8.03-BETA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.ForteScarlet/simple-robot-core/ -->
<dependency>
<groupId>io.github.ForteScarlet</groupId>
<artifactId>simple-robot-core</artifactId>
<version>0.8.03-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ForteScarlet/simple-robot-core/
implementation 'io.github.ForteScarlet:simple-robot-core:0.8.03-BETA'
// https://jarcasting.com/artifacts/io.github.ForteScarlet/simple-robot-core/
implementation ("io.github.ForteScarlet:simple-robot-core:0.8.03-BETA")
'io.github.ForteScarlet:simple-robot-core:jar:0.8.03-BETA'
<dependency org="io.github.ForteScarlet" name="simple-robot-core" rev="0.8.03-BETA">
<artifact name="simple-robot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ForteScarlet', module='simple-robot-core', version='0.8.03-BETA')
)
libraryDependencies += "io.github.ForteScarlet" % "simple-robot-core" % "0.8.03-BETA"
[io.github.ForteScarlet/simple-robot-core "0.8.03-BETA"]