is not current version
Last Version 3.0.0.preview.0.4

love.forte.simple-robot:core 2.0.0-RC.2


GroupId

GroupId

love.forte.simple-robot
ArtifactId

ArtifactId

core
Version

Version

2.0.0-RC.2
Type

Type

jar

Download core 2.0.0-RC.2


<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/core/ -->
<dependency>
    <groupId>love.forte.simple-robot</groupId>
    <artifactId>core</artifactId>
    <version>2.0.0-RC.2</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/core/
implementation 'love.forte.simple-robot:core:2.0.0-RC.2'
// https://jarcasting.com/artifacts/love.forte.simple-robot/core/
implementation ("love.forte.simple-robot:core:2.0.0-RC.2")
'love.forte.simple-robot:core:jar:2.0.0-RC.2'
<dependency org="love.forte.simple-robot" name="core" rev="2.0.0-RC.2">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='core', version='2.0.0-RC.2')
)
libraryDependencies += "love.forte.simple-robot" % "core" % "2.0.0-RC.2"
[love.forte.simple-robot/core "2.0.0-RC.2"]