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