is not current version
Last Version 2.3.8

love.forte.simple-robot:parent 2.3.0-ALPHA.5

simple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。

GroupId

GroupId

love.forte.simple-robot
ArtifactId

ArtifactId

parent
Version

Version

2.3.0-ALPHA.5
Type

Type

pom

Download parent 2.3.0-ALPHA.5

Filename Size
parent-2.3.0-ALPHA.5.pom 37 KB
Browse

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