is not current version
Last Version 3.0.0.preview.0.4

love.forte.simple-robot:core 2.3.5


GroupId

GroupId

love.forte.simple-robot
ArtifactId

ArtifactId

core
Version

Version

2.3.5
Type

Type

jar

Download core 2.3.5


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